Symbol: nl_pstate
sys/compat/linux/linux_netlink.c
112
rtnl_route_from_linux(struct nlmsghdr *hdr, struct nl_pstate *npt)
sys/compat/linux/linux_netlink.c
158
rtnl_from_linux(struct nlmsghdr *hdr, struct nl_pstate *npt)
sys/compat/linux/linux_netlink.c
186
struct nl_pstate *npt)
sys/compat/linux/linux_netlink.c
76
rtnl_neigh_from_linux(struct nlmsghdr *hdr, struct nl_pstate *npt)
sys/compat/linux/linux_netlink.c
92
rtnl_ifaddr_from_linux(struct nlmsghdr *hdr, struct nl_pstate *npt)
sys/net/if_clone.h
58
struct nl_pstate;
sys/net/if_clone.h
63
struct nl_pstate *npt; /* (in) Netlink context */
sys/net/if_geneve.c
1805
geneve_set_vni_nl(struct geneve_softc *sc, struct nl_pstate *npt, uint32_t vni)
sys/net/if_geneve.c
1833
geneve_set_local_addr_nl(struct geneve_softc *sc, struct nl_pstate *npt,
sys/net/if_geneve.c
1877
geneve_set_remote_addr_nl(struct geneve_softc *sc, struct nl_pstate *npt,
sys/net/if_geneve.c
1917
geneve_set_local_port_nl(struct geneve_softc *sc, struct nl_pstate *npt, uint16_t port)
sys/net/if_geneve.c
1955
geneve_set_remote_port_nl(struct geneve_softc *sc, struct nl_pstate *npt, uint16_t port)
sys/net/if_geneve.c
1993
geneve_set_port_range_nl(struct geneve_softc *sc, struct nl_pstate *npt,
sys/net/if_geneve.c
2025
geneve_set_df_nl(struct geneve_softc *sc, struct nl_pstate *npt,
sys/net/if_geneve.c
2045
geneve_set_ttl_nl(struct geneve_softc *sc, struct nl_pstate *npt __unused,
sys/net/if_geneve.c
2062
struct nl_pstate *npt __unused, bool inherit)
sys/net/if_geneve.c
2077
struct nl_pstate *npt __unused, bool inherit)
sys/net/if_geneve.c
2092
struct nl_pstate *npt __unused, bool external)
sys/net/if_geneve.c
2106
geneve_set_learn_nl(struct geneve_softc *sc, struct nl_pstate *npt,
sys/net/if_geneve.c
2121
geneve_set_ftable_max_nl(struct geneve_softc *sc, struct nl_pstate *npt,
sys/net/if_geneve.c
2143
geneve_set_ftable_timeout_nl(struct geneve_softc *sc, struct nl_pstate *npt,
sys/net/if_geneve.c
2165
geneve_set_mc_if_nl(struct geneve_softc *sc, struct nl_pstate *npt,
sys/net/if_geneve.c
2186
geneve_flush_ftable_nl(struct geneve_softc *sc, struct nl_pstate *npt,
sys/net/if_geneve.c
3374
struct nl_pstate *npt = ifd->npt;
sys/net/if_geneve.c
3407
struct nl_pstate *npt = ifd->npt;
sys/net/if_geneve.c
388
static int geneve_set_vni_nl(struct geneve_softc *, struct nl_pstate *,
sys/net/if_geneve.c
390
static int geneve_set_local_addr_nl(struct geneve_softc *, struct nl_pstate *,
sys/net/if_geneve.c
392
static int geneve_set_remote_addr_nl(struct geneve_softc *, struct nl_pstate *,
sys/net/if_geneve.c
394
static int geneve_set_local_port_nl(struct geneve_softc *, struct nl_pstate *,
sys/net/if_geneve.c
396
static int geneve_set_remote_port_nl(struct geneve_softc *, struct nl_pstate *,
sys/net/if_geneve.c
398
static int geneve_set_port_range_nl(struct geneve_softc *, struct nl_pstate *,
sys/net/if_geneve.c
400
static int geneve_set_df_nl(struct geneve_softc *, struct nl_pstate *,
sys/net/if_geneve.c
402
static int geneve_set_ttl_nl(struct geneve_softc *, struct nl_pstate *,
sys/net/if_geneve.c
404
static int geneve_set_ttl_inherit_nl(struct geneve_softc *, struct nl_pstate *,
sys/net/if_geneve.c
406
static int geneve_set_dscp_inherit_nl(struct geneve_softc *, struct nl_pstate *,
sys/net/if_geneve.c
409
struct nl_pstate *, bool);
sys/net/if_geneve.c
410
static int geneve_set_learn_nl(struct geneve_softc *, struct nl_pstate *,
sys/net/if_geneve.c
412
static int geneve_set_ftable_max_nl(struct geneve_softc *, struct nl_pstate *,
sys/net/if_geneve.c
415
struct nl_pstate *, uint32_t);
sys/net/if_geneve.c
416
static int geneve_set_mc_if_nl(struct geneve_softc *, struct nl_pstate *,
sys/net/if_geneve.c
418
static int geneve_flush_ftable_nl(struct geneve_softc *, struct nl_pstate *,
sys/net/if_gre.c
1054
gre_set_addr_nl(struct gre_softc *sc, struct nl_pstate *npt,
sys/net/if_gre.c
1100
gre_set_flags_nl(struct gre_softc *sc, struct nl_pstate *npt, uint32_t opt)
sys/net/if_gre.c
1113
gre_set_key_nl(struct gre_softc *sc, struct nl_pstate *npt, uint32_t key)
sys/net/if_gre.c
1126
gre_set_encap_nl(struct gre_softc *sc, struct nl_pstate *npt, uint32_t type)
sys/net/if_gre.c
1147
gre_set_udp_sport_nl(struct gre_softc *sc, struct nl_pstate *npt, uint16_t port)
sys/net/if_gre.c
133
static int gre_set_addr_nl(struct gre_softc *, struct nl_pstate *,
sys/net/if_gre.c
141
static int gre_set_flags_nl(struct gre_softc *, struct nl_pstate *, uint32_t);
sys/net/if_gre.c
142
static int gre_set_key_nl(struct gre_softc *, struct nl_pstate *, uint32_t);
sys/net/if_gre.c
143
static int gre_set_encap_nl(struct gre_softc *, struct nl_pstate *, uint32_t);
sys/net/if_gre.c
144
static int gre_set_udp_sport_nl(struct gre_softc *, struct nl_pstate *, uint16_t);
sys/net/if_gre.c
251
struct nl_pstate *npt = ifd->npt;
sys/net/if_vlan.c
1232
struct nl_pstate *npt = ifd->npt;
sys/netinet/ip_carp.c
2524
nlattr_get_carp_key(struct nlattr *nla, struct nl_pstate *npt, const void *arg, void *target)
sys/netinet/ip_carp.c
2568
carp_nl_get(struct nlmsghdr *hdr, struct nl_pstate *npt)
sys/netinet/ip_carp.c
2671
carp_nl_set(struct nlmsghdr *hdr, struct nl_pstate *npt)
sys/netlink/netlink_ctl.h
73
struct nl_pstate;
sys/netlink/netlink_ctl.h
74
typedef int (*nl_handler_f)(struct nlmsghdr *hdr, struct nl_pstate *npt);
sys/netlink/netlink_generic.c
113
genl_handle_message(struct nlmsghdr *hdr, struct nl_pstate *npt)
sys/netlink/netlink_generic.c
260
nlctrl_handle_getfamily(struct nlmsghdr *hdr, struct nl_pstate *npt)
sys/netlink/netlink_generic.c
51
static int nlctrl_handle_getfamily(struct nlmsghdr *, struct nl_pstate *);
sys/netlink/netlink_glue.c
171
struct nl_pstate *npt __unused)
sys/netlink/netlink_glue.c
177
nl_store_ifp_cookie_stub(struct nl_pstate *npt __unused, struct ifnet *ifp __unused)
sys/netlink/netlink_glue.c
274
const struct nlattr_bmask *bm , struct nl_pstate *npt)
sys/netlink/netlink_glue.c
280
nl_store_ifp_cookie(struct nl_pstate *npt, struct ifnet *ifp)
sys/netlink/netlink_io.c
261
struct nlpcb *nlp, struct nl_pstate *npt)
sys/netlink/netlink_io.c
309
npt_clear(struct nl_pstate *npt)
sys/netlink/netlink_io.c
339
struct nl_pstate npt = {
sys/netlink/netlink_linux.h
37
struct nl_pstate;
sys/netlink/netlink_linux.h
43
struct nl_pstate *npt);
sys/netlink/netlink_message_parser.c
104
nlmsg_report_err_offset(struct nl_pstate *npt, uint32_t off)
sys/netlink/netlink_message_parser.c
113
nlmsg_report_cookie(struct nl_pstate *npt, struct nlattr *nla)
sys/netlink/netlink_message_parser.c
121
nlmsg_report_cookie_u32(struct nl_pstate *npt, uint32_t val)
sys/netlink/netlink_message_parser.c
159
const struct nlattr_parser *ps, u_int pslen, struct nl_pstate *npt,
sys/netlink/netlink_message_parser.c
240
nlattr_get_flag(struct nlattr *nla, struct nl_pstate *npt, const void *arg,
sys/netlink/netlink_message_parser.c
254
parse_rta_ip4(void *rta_data, struct nl_pstate *npt, int *perror)
sys/netlink/netlink_message_parser.c
271
parse_rta_ip6(void *rta_data, struct nl_pstate *npt, int *perror)
sys/netlink/netlink_message_parser.c
288
parse_rta_ip(struct rtattr *rta, struct nl_pstate *npt, int *perror)
sys/netlink/netlink_message_parser.c
307
nlattr_get_ip(struct nlattr *nla, struct nl_pstate *npt, const void *arg,
sys/netlink/netlink_message_parser.c
319
parse_rta_via(struct rtattr *rta, struct nl_pstate *npt, int *perror)
sys/netlink/netlink_message_parser.c
352
nlattr_get_ipvia(struct nlattr *nla, struct nl_pstate *npt, const void *arg,
sys/netlink/netlink_message_parser.c
364
nlattr_get_bool(struct nlattr *nla, struct nl_pstate *npt, const void *arg,
sys/netlink/netlink_message_parser.c
377
nlattr_get_uint8(struct nlattr *nla, struct nl_pstate *npt, const void *arg,
sys/netlink/netlink_message_parser.c
390
nlattr_get_uint16(struct nlattr *nla, struct nl_pstate *npt, const void *arg,
sys/netlink/netlink_message_parser.c
403
nlattr_get_uint32(struct nlattr *nla, struct nl_pstate *npt, const void *arg,
sys/netlink/netlink_message_parser.c
416
nlattr_get_uint64(struct nlattr *nla, struct nl_pstate *npt, const void *arg,
sys/netlink/netlink_message_parser.c
429
nlattr_get_in_addr(struct nlattr *nla, struct nl_pstate *npt, const void *arg,
sys/netlink/netlink_message_parser.c
443
nlattr_get_in6_addr(struct nlattr *nla, struct nl_pstate *npt, const void *arg,
sys/netlink/netlink_message_parser.c
457
nlattr_get_ifp_internal(struct nlattr *nla, struct nl_pstate *npt,
sys/netlink/netlink_message_parser.c
491
nlattr_get_ifp(struct nlattr *nla, struct nl_pstate *npt, const void *arg,
sys/netlink/netlink_message_parser.c
498
nlattr_get_ifpz(struct nlattr *nla, struct nl_pstate *npt, const void *arg,
sys/netlink/netlink_message_parser.c
505
nlattr_get_chara(struct nlattr *nla, struct nl_pstate *npt, const void *arg,
sys/netlink/netlink_message_parser.c
525
nlattr_get_string(struct nlattr *nla, struct nl_pstate *npt, const void *arg,
sys/netlink/netlink_message_parser.c
542
nlattr_get_stringn(struct nlattr *nla, struct nl_pstate *npt, const void *arg,
sys/netlink/netlink_message_parser.c
558
nlattr_get_bytes(struct nlattr *nla, struct nl_pstate *npt, const void *arg,
sys/netlink/netlink_message_parser.c
572
nlattr_get_nla(struct nlattr *nla, struct nl_pstate *npt, const void *arg,
sys/netlink/netlink_message_parser.c
581
nlattr_get_nested(struct nlattr *nla, struct nl_pstate *npt, const void *arg,
sys/netlink/netlink_message_parser.c
592
nlattr_get_nested_ptr(struct nlattr *nla, struct nl_pstate *npt,
sys/netlink/netlink_message_parser.c
603
nlf_get_ifp(void *src, struct nl_pstate *npt, void *target)
sys/netlink/netlink_message_parser.c
622
nlf_get_ifpz(void *src, struct nl_pstate *npt, void *target)
sys/netlink/netlink_message_parser.c
63
nl_alloc_compat_hdr(struct nlmsghdr *hdr, uint32_t len, struct nl_pstate *npt)
sys/netlink/netlink_message_parser.c
641
nlf_get_u8(void *src, struct nl_pstate *npt, void *target)
sys/netlink/netlink_message_parser.c
651
nlf_get_u8_u32(void *src, struct nl_pstate *npt, void *target)
sys/netlink/netlink_message_parser.c
658
nlf_get_u16(void *src, struct nl_pstate *npt, void *target)
sys/netlink/netlink_message_parser.c
665
nlf_get_u32(void *src, struct nl_pstate *npt, void *target)
sys/netlink/netlink_message_parser.c
86
nlmsg_report_err_msg(struct nl_pstate *npt, const char *fmt, ...)
sys/netlink/netlink_message_parser.h
102
typedef int parse_attr_f(struct nlattr *attr, struct nl_pstate *npt,
sys/netlink/netlink_message_parser.h
111
typedef bool strict_parser_f(void *hdr, struct nl_pstate *npt);
sys/netlink/netlink_message_parser.h
112
typedef bool post_parser_f(void *parsed_attrs, struct nl_pstate *npt);
sys/netlink/netlink_message_parser.h
170
const struct nlattr_parser *ps, u_int pslen, struct nl_pstate *npt,
sys/netlink/netlink_message_parser.h
173
int nlattr_get_flag(struct nlattr *nla, struct nl_pstate *npt,
sys/netlink/netlink_message_parser.h
175
int nlattr_get_ip(struct nlattr *nla, struct nl_pstate *npt,
sys/netlink/netlink_message_parser.h
177
int nlattr_get_bool(struct nlattr *nla, struct nl_pstate *npt,
sys/netlink/netlink_message_parser.h
179
int nlattr_get_uint8(struct nlattr *nla, struct nl_pstate *npt,
sys/netlink/netlink_message_parser.h
181
int nlattr_get_uint16(struct nlattr *nla, struct nl_pstate *npt,
sys/netlink/netlink_message_parser.h
183
int nlattr_get_uint32(struct nlattr *nla, struct nl_pstate *npt,
sys/netlink/netlink_message_parser.h
185
int nlattr_get_uint64(struct nlattr *nla, struct nl_pstate *npt,
sys/netlink/netlink_message_parser.h
187
int nlattr_get_in_addr(struct nlattr *nla, struct nl_pstate *npt,
sys/netlink/netlink_message_parser.h
189
int nlattr_get_in6_addr(struct nlattr *nla, struct nl_pstate *npt,
sys/netlink/netlink_message_parser.h
191
int nlattr_get_ifp(struct nlattr *nla, struct nl_pstate *npt,
sys/netlink/netlink_message_parser.h
193
int nlattr_get_ifpz(struct nlattr *nla, struct nl_pstate *npt,
sys/netlink/netlink_message_parser.h
195
int nlattr_get_ipvia(struct nlattr *nla, struct nl_pstate *npt,
sys/netlink/netlink_message_parser.h
197
int nlattr_get_chara(struct nlattr *nla, struct nl_pstate *npt,
sys/netlink/netlink_message_parser.h
199
int nlattr_get_string(struct nlattr *nla, struct nl_pstate *npt,
sys/netlink/netlink_message_parser.h
201
int nlattr_get_stringn(struct nlattr *nla, struct nl_pstate *npt,
sys/netlink/netlink_message_parser.h
203
int nlattr_get_bytes(struct nlattr *nla, struct nl_pstate *npt,
sys/netlink/netlink_message_parser.h
205
int nlattr_get_nla(struct nlattr *nla, struct nl_pstate *npt,
sys/netlink/netlink_message_parser.h
207
int nlattr_get_nested(struct nlattr *nla, struct nl_pstate *npt,
sys/netlink/netlink_message_parser.h
209
int nlattr_get_nested_ptr(struct nlattr *nla, struct nl_pstate *npt,
sys/netlink/netlink_message_parser.h
212
bool nlmsg_report_err_msg(struct nl_pstate *npt, const char *fmt, ...)
sys/netlink/netlink_message_parser.h
220
bool nlmsg_report_err_offset(struct nl_pstate *npt, uint32_t off);
sys/netlink/netlink_message_parser.h
222
void nlmsg_report_cookie(struct nl_pstate *npt, struct nlattr *nla);
sys/netlink/netlink_message_parser.h
223
void nlmsg_report_cookie_u32(struct nl_pstate *npt, uint32_t val);
sys/netlink/netlink_message_parser.h
226
struct nl_pstate *npt);
sys/netlink/netlink_message_parser.h
234
struct nl_pstate *npt, void *target)
sys/netlink/netlink_message_parser.h
268
struct nl_pstate *npt, void *target)
sys/netlink/netlink_message_parser.h
304
struct nl_pstate *npt, void *target)
sys/netlink/netlink_message_parser.h
79
npt_alloc(struct nl_pstate *npt, int len)
sys/netlink/netlink_message_parser.h
86
typedef int parse_field_f(void *hdr, struct nl_pstate *npt, void *target);
sys/netlink/netlink_message_parser.h
94
int nlf_get_ifp(void *src, struct nl_pstate *npt, void *target);
sys/netlink/netlink_message_parser.h
95
int nlf_get_ifpz(void *src, struct nl_pstate *npt, void *target);
sys/netlink/netlink_message_parser.h
96
int nlf_get_u8(void *src, struct nl_pstate *npt, void *target);
sys/netlink/netlink_message_parser.h
97
int nlf_get_u16(void *src, struct nl_pstate *npt, void *target);
sys/netlink/netlink_message_parser.h
98
int nlf_get_u32(void *src, struct nl_pstate *npt, void *target);
sys/netlink/netlink_message_parser.h
99
int nlf_get_u8_u32(void *src, struct nl_pstate *npt, void *target);
sys/netlink/netlink_message_writer.c
268
struct nl_pstate *npt)
sys/netlink/netlink_route.c
67
rtnl_handle_message(struct nlmsghdr *hdr, struct nl_pstate *npt)
sys/netlink/netlink_var.h
132
struct nl_pstate *npt);
sys/netlink/netlink_var.h
155
struct nl_pstate;
sys/netlink/netlink_var.h
172
const struct nlattr_bmask *bm, struct nl_pstate *npt);
sys/netlink/netlink_var.h
173
void (*nl_store_ifp_cookie)(struct nl_pstate *npt, struct ifnet *ifp);
sys/netlink/route/iface.c
1071
rtnl_handle_getaddr(struct nlmsghdr *hdr, struct nlpcb *nlp, struct nl_pstate *npt)
sys/netlink/route/iface.c
1124
if_t ifp, struct nlpcb *nlp, struct nl_pstate *npt)
sys/netlink/route/iface.c
1208
if_t ifp, struct nlpcb *nlp, struct nl_pstate *npt)
sys/netlink/route/iface.c
1229
if_t ifp, struct nlpcb *nlp, struct nl_pstate *npt)
sys/netlink/route/iface.c
1292
if_t ifp, struct nlpcb *nlp, struct nl_pstate *npt)
sys/netlink/route/iface.c
1312
rtnl_handle_addr(struct nlmsghdr *hdr, struct nlpcb *nlp, struct nl_pstate *npt)
sys/netlink/route/iface.c
381
check_ifmsg(void *hdr, struct nl_pstate *npt)
sys/netlink/route/iface.c
458
rtnl_handle_getlink(struct nlmsghdr *hdr, struct nlpcb *nlp, struct nl_pstate *npt)
sys/netlink/route/iface.c
539
rtnl_handle_dellink(struct nlmsghdr *hdr, struct nlpcb *nlp, struct nl_pstate *npt)
sys/netlink/route/iface.c
592
struct nlattr_bmask *bm, struct nlpcb *nlp, struct nl_pstate *npt)
sys/netlink/route/iface.c
617
struct nlattr_bmask *bm, struct nlpcb *nlp, struct nl_pstate *npt)
sys/netlink/route/iface.c
673
rtnl_handle_newlink(struct nlmsghdr *hdr, struct nlpcb *nlp, struct nl_pstate *npt)
sys/netlink/route/iface.c
713
struct nl_pstate *npt)
sys/netlink/route/iface.c
740
nlattr_get_cinfo(struct nlattr *nla, struct nl_pstate *npt,
sys/netlink/route/iface.c
780
post_p_ifa(void *_attrs, struct nl_pstate *npt)
sys/netlink/route/iface_drivers.c
155
_nl_store_ifp_cookie(struct nl_pstate *npt, struct ifnet *ifp)
sys/netlink/route/iface_drivers.c
67
const struct nlattr_bmask *bm, struct nl_pstate *npt)
sys/netlink/route/neigh.c
341
post_p_neigh(void *_attrs, struct nl_pstate *npt __unused)
sys/netlink/route/neigh.c
360
rtnl_handle_newneigh(struct nlmsghdr *hdr, struct nlpcb *nlp, struct nl_pstate *npt)
sys/netlink/route/neigh.c
473
rtnl_handle_delneigh(struct nlmsghdr *hdr, struct nlpcb *nlp, struct nl_pstate *npt)
sys/netlink/route/neigh.c
500
rtnl_handle_getneigh(struct nlmsghdr *hdr, struct nlpcb *nlp, struct nl_pstate *npt)
sys/netlink/route/nexthop.c
1024
struct nl_pstate *npt)
sys/netlink/route/nexthop.c
656
nlattr_get_nhg(struct nlattr *nla, struct nl_pstate *npt, const void *arg, void *target)
sys/netlink/route/nexthop.c
732
post_p_nh(void *_attrs, struct nl_pstate *npt)
sys/netlink/route/nexthop.c
796
struct nl_pstate *npt)
sys/netlink/route/nexthop.c
837
newnhop(struct nl_parsed_nhop *attrs, struct user_nhop *unhop, struct nl_pstate *npt)
sys/netlink/route/nexthop.c
900
struct nl_pstate *npt)
sys/netlink/route/nexthop.c
985
struct nl_pstate *npt)
sys/netlink/route/route_var.h
103
const struct nlattr_bmask *bm, struct nl_pstate *npt);
sys/netlink/route/route_var.h
104
void nl_store_ifp_cookie(struct nl_pstate *npt, struct ifnet *ifp);
sys/netlink/route/route_var.h
109
const struct nlattr_bmask *bm, struct nlpcb *nlp, struct nl_pstate *npt);
sys/netlink/route/route_var.h
111
const struct nlattr_bmask *bm, struct nlpcb *nlp, struct nl_pstate *npt);
sys/netlink/route/route_var.h
138
struct ifnet *ifp, struct nl_pstate *npt);
sys/netlink/route/route_var.h
38
struct nl_pstate;
sys/netlink/route/route_var.h
41
struct nl_pstate *npt);
sys/netlink/route/route_var.h
85
const struct nlattr_bmask *bm, struct nl_pstate *npt);
sys/netlink/route/route_var.h
86
void _nl_store_ifp_cookie(struct nl_pstate *npt, struct ifnet *ifp);
sys/netlink/route/route_var.h
90
const struct nlattr_bmask *bm, struct nl_pstate *npt)
sys/netlink/route/route_var.h
96
nl_store_ifp_cookie(struct nl_pstate *npt, struct ifnet *ifp)
sys/netlink/route/rt.c
1038
struct nl_pstate *npt)
sys/netlink/route/rt.c
1107
struct nl_pstate *npt)
sys/netlink/route/rt.c
1137
rtnl_handle_getroute(struct nlmsghdr *hdr, struct nlpcb *nlp, struct nl_pstate *npt)
sys/netlink/route/rt.c
482
post_p_rtnh(void *_attrs, struct nl_pstate *npt __unused)
sys/netlink/route/rt.c
497
nlattr_get_multipath(struct nlattr *nla, struct nl_pstate *npt,
sys/netlink/route/rt.c
604
post_p_rtmsg(void *_attrs, struct nl_pstate *npt __unused)
sys/netlink/route/rt.c
697
struct nlmsghdr *hdr, struct nl_pstate *npt)
sys/netlink/route/rt.c
891
struct nl_pstate *npt, struct nhop_object **pnh)
sys/netlink/route/rt.c
929
struct nl_pstate *npt, int *perror)
sys/netpfil/pf/pf_nl.c
1037
pf_handle_getrule(struct nlmsghdr *hdr, struct nl_pstate *npt)
sys/netpfil/pf/pf_nl.c
1130
pf_handle_killclear_states(struct nlmsghdr *hdr, struct nl_pstate *npt, int cmd)
sys/netpfil/pf/pf_nl.c
1171
pf_handle_clear_states(struct nlmsghdr *hdr, struct nl_pstate *npt)
sys/netpfil/pf/pf_nl.c
1177
pf_handle_kill_states(struct nlmsghdr *hdr, struct nl_pstate *npt)
sys/netpfil/pf/pf_nl.c
1193
pf_handle_set_statusif(struct nlmsghdr *hdr, struct nl_pstate *npt)
sys/netpfil/pf/pf_nl.c
1264
pf_handle_get_status(struct nlmsghdr *hdr, struct nl_pstate *npt)
sys/netpfil/pf/pf_nl.c
1330
pf_handle_clear_status(struct nlmsghdr *hdr, struct nl_pstate *npt)
sys/netpfil/pf/pf_nl.c
1351
pf_handle_natlook(struct nlmsghdr *hdr, struct nl_pstate *npt)
sys/netpfil/pf/pf_nl.c
1397
pf_handle_set_debug(struct nlmsghdr *hdr, struct nl_pstate *npt)
sys/netpfil/pf/pf_nl.c
1427
pf_handle_set_timeout(struct nlmsghdr *hdr, struct nl_pstate *npt)
sys/netpfil/pf/pf_nl.c
1440
pf_handle_get_timeout(struct nlmsghdr *hdr, struct nl_pstate *npt)
sys/netpfil/pf/pf_nl.c
1485
pf_handle_set_limit(struct nlmsghdr *hdr, struct nl_pstate *npt)
sys/netpfil/pf/pf_nl.c
1498
pf_handle_get_limit(struct nlmsghdr *hdr, struct nl_pstate *npt)
sys/netpfil/pf/pf_nl.c
1530
pf_handle_begin_addrs(struct nlmsghdr *hdr, struct nl_pstate *npt)
sys/netpfil/pf/pf_nl.c
1600
pf_handle_add_addr(struct nlmsghdr *hdr, struct nl_pstate *npt)
sys/netpfil/pf/pf_nl.c
1618
pf_handle_get_addrs(struct nlmsghdr *hdr, struct nl_pstate *npt)
sys/netpfil/pf/pf_nl.c
1653
pf_handle_get_addr(struct nlmsghdr *hdr, struct nl_pstate *npt)
sys/netpfil/pf/pf_nl.c
1704
pf_handle_get_rulesets(struct nlmsghdr *hdr, struct nl_pstate *npt)
sys/netpfil/pf/pf_nl.c
1736
pf_handle_get_ruleset(struct nlmsghdr *hdr, struct nl_pstate *npt)
sys/netpfil/pf/pf_nl.c
174
struct nl_pstate *npt)
sys/netpfil/pf/pf_nl.c
1791
pf_handle_get_srcnodes(struct nlmsghdr *hdr, struct nl_pstate *npt)
sys/netpfil/pf/pf_nl.c
1867
pf_handle_clear_tables(struct nlmsghdr *hdr, struct nl_pstate *npt)
sys/netpfil/pf/pf_nl.c
1902
pf_handle_add_table(struct nlmsghdr *hdr, struct nl_pstate *npt)
sys/netpfil/pf/pf_nl.c
1937
pf_handle_del_table(struct nlmsghdr *hdr, struct nl_pstate *npt)
sys/netpfil/pf/pf_nl.c
1990
pf_handle_get_tstats(struct nlmsghdr *hdr, struct nl_pstate *npt)
sys/netpfil/pf/pf_nl.c
2081
pf_handle_clear_tstats(struct nlmsghdr *hdr, struct nl_pstate *npt)
sys/netpfil/pf/pf_nl.c
2117
pf_handle_clear_addrs(struct nlmsghdr *hdr, struct nl_pstate *npt)
sys/netpfil/pf/pf_nl.c
2172
nlattr_get_pfr_addr(struct nlattr *nla, struct nl_pstate *npt, const void *arg,
sys/netpfil/pf/pf_nl.c
2211
pf_handle_table_add_addrs(struct nlmsghdr *hdr, struct nl_pstate *npt)
sys/netpfil/pf/pf_nl.c
2242
pf_handle_table_del_addrs(struct nlmsghdr *hdr, struct nl_pstate *npt)
sys/netpfil/pf/pf_nl.c
2273
pf_handle_table_set_addrs(struct nlmsghdr *hdr, struct nl_pstate *npt)
sys/netpfil/pf/pf_nl.c
2325
pf_handle_table_get_addrs(struct nlmsghdr *hdr, struct nl_pstate *npt)
sys/netpfil/pf/pf_nl.c
2419
pf_handle_table_get_astats(struct nlmsghdr *hdr, struct nl_pstate *npt)
sys/netpfil/pf/pf_nl.c
2483
pf_handle_table_clear_astats(struct nlmsghdr *hdr, struct nl_pstate *npt)
sys/netpfil/pf/pf_nl.c
2515
pf_handle_table_test_addrs(struct nlmsghdr *hdr, struct nl_pstate *npt)
sys/netpfil/pf/pf_nl.c
2567
pf_handle_state_limiter_add(struct nlmsghdr *hdr, struct nl_pstate *npt)
sys/netpfil/pf/pf_nl.c
2613
pf_handle_state_limiter_get(struct nlmsghdr *hdr, struct nl_pstate *npt)
sys/netpfil/pf/pf_nl.c
2672
pf_handle_source_limiter_add(struct nlmsghdr *hdr, struct nl_pstate *npt)
sys/netpfil/pf/pf_nl.c
2702
pf_handle_source_limiter_get(struct nlmsghdr *hdr, struct nl_pstate *npt)
sys/netpfil/pf/pf_nl.c
271
struct nlmsghdr *hdr, struct nl_pstate *npt)
sys/netpfil/pf/pf_nl.c
2771
pf_handle_source_get(struct nlmsghdr *hdr, struct nl_pstate *npt)
sys/netpfil/pf/pf_nl.c
2858
pf_handle_source_clear(struct nlmsghdr *hdr, struct nl_pstate *npt)
sys/netpfil/pf/pf_nl.c
328
struct nlmsghdr *hdr, struct nl_pstate *npt)
sys/netpfil/pf/pf_nl.c
344
struct nl_pstate *npt)
sys/netpfil/pf/pf_nl.c
365
pf_handle_getstates(struct nlmsghdr *hdr, struct nl_pstate *npt)
sys/netpfil/pf/pf_nl.c
383
pf_handle_getcreators(struct nlmsghdr *hdr, struct nl_pstate *npt)
sys/netpfil/pf/pf_nl.c
433
pf_handle_start(struct nlmsghdr *hdr __unused, struct nl_pstate *npt __unused)
sys/netpfil/pf/pf_nl.c
439
pf_handle_stop(struct nlmsghdr *hdr __unused, struct nl_pstate *npt __unused)
sys/netpfil/pf/pf_nl.c
550
nlattr_get_pf_rule_labels(struct nlattr *nla, struct nl_pstate *npt,
sys/netpfil/pf/pf_nl.c
575
nlattr_get_nested_pf_rule_labels(struct nlattr *nla, struct nl_pstate *npt, const void *arg, void *target)
sys/netpfil/pf/pf_nl.c
677
nlattr_get_pf_timeout(struct nlattr *nla, struct nl_pstate *npt,
sys/netpfil/pf/pf_nl.c
701
nlattr_get_nested_timeouts(struct nlattr *nla, struct nl_pstate *npt, const void *arg, void *target)
sys/netpfil/pf/pf_nl.c
841
pf_handle_addrule(struct nlmsghdr *hdr, struct nl_pstate *npt)
sys/netpfil/pf/pf_nl.c
870
pf_handle_getrules(struct nlmsghdr *hdr, struct nl_pstate *npt)
sys/netpfil/pf/pflow.c
1312
pflow_nl_list(struct nlmsghdr *hdr, struct nl_pstate *npt)
sys/netpfil/pf/pflow.c
1351
pflow_nl_create(struct nlmsghdr *hdr, struct nl_pstate *npt)
sys/netpfil/pf/pflow.c
1400
pflow_nl_del(struct nlmsghdr *hdr, struct nl_pstate *npt)
sys/netpfil/pf/pflow.c
1455
pflow_nl_get(struct nlmsghdr *hdr, struct nl_pstate *npt)
sys/netpfil/pf/pflow.c
1524
pflow_postparse_sockaddr(void *parsed_args, struct nl_pstate *npt __unused)
sys/netpfil/pf/pflow.c
1710
pflow_nl_set(struct nlmsghdr *hdr, struct nl_pstate *npt)
sys/rpc/clnt_nl.c
107
static int clnt_nl_reply(struct nlmsghdr *, struct nl_pstate *);
sys/rpc/clnt_nl.c
393
clnt_nl_reply(struct nlmsghdr *hdr, struct nl_pstate *npt)
sys/tests/ktest.c
116
dump_mod_tests(struct nlmsghdr *hdr, struct nl_pstate *npt,
sys/tests/ktest.c
132
dump_tests(struct nlmsghdr *hdr, struct nl_pstate *npt)
sys/tests/ktest.c
163
run_test(struct nlmsghdr *hdr, struct nl_pstate *npt)
sys/tests/ktest.c
96
dump_mod_test(struct nlmsghdr *hdr, struct nl_pstate *npt,
sys/tests/ktest.h
39
struct nl_pstate;
sys/tests/ktest.h
44
struct nl_pstate *npt;