Symbol: netstack
sys/net/if.c
1016
void (*input)(struct ifnet *, struct mbuf *, struct netstack *),
sys/net/if.c
1017
struct netstack *ns)
sys/net/if.c
1035
struct netstack *ns;
sys/net/if.c
1095
if_vinput(struct ifnet *ifp, struct mbuf *m, struct netstack *ns)
sys/net/if.c
1776
p2p_input(struct ifnet *ifp, struct mbuf *m, struct netstack *ns)
sys/net/if.c
1778
void (*input)(struct ifnet *, struct mbuf *, struct netstack *);
sys/net/if.c
238
struct netstack sn_netstack;
sys/net/if.c
813
struct netstack *ns)
sys/net/if.c
815
void (*input)(struct ifnet *, struct mbuf *, struct netstack *);
sys/net/if_aggr.c
868
struct netstack *ns)
sys/net/if_bpe.c
736
bpe_input(struct ifnet *ifp0, struct mbuf *m, struct netstack *ns)
sys/net/if_bpe.h
23
void bpe_input(struct ifnet *, struct mbuf *, struct netstack *);
sys/net/if_bridge.c
110
struct netstack *);
sys/net/if_bridge.c
1139
struct netstack *ns)
sys/net/if_etherip.c
121
struct netstack *);
sys/net/if_etherip.c
590
struct netstack *ns)
sys/net/if_etherip.c
627
int hlen, struct netstack *ns)
sys/net/if_etherip.c
770
struct netstack *ns)
sys/net/if_etherip.h
22
int ip_etherip_input(struct mbuf **, int *, int, int, struct netstack *);
sys/net/if_etherip.h
26
int ip6_etherip_input(struct mbuf **, int *, int, int, struct netstack *);
sys/net/if_ethersubr.c
380
const struct ether_port **epp, struct netstack *ns)
sys/net/if_ethersubr.c
406
ether_input(struct ifnet *ifp, struct mbuf *m, struct netstack *ns)
sys/net/if_ethersubr.c
409
void (*input)(struct ifnet *, struct mbuf *, struct netstack *);
sys/net/if_gif.c
127
uint8_t, struct netstack *);
sys/net/if_gif.c
715
struct netstack *ns)
sys/net/if_gif.c
738
struct netstack *ns)
sys/net/if_gif.c
784
int af, uint8_t otos, struct netstack *ns)
sys/net/if_gif.h
40
int in_gif_input(struct mbuf **, int *, int, int, struct netstack *);
sys/net/if_gif.h
41
int in6_gif_input(struct mbuf **, int *, int, int, struct netstack *);
sys/net/if_gre.c
1044
const struct gre_header *gh, uint8_t otos, int iphlen, struct netstack *ns)
sys/net/if_gre.c
1075
struct gre_tunnel *key, struct netstack *ns)
sys/net/if_gre.c
1376
uint8_t otos, struct netstack *ns)
sys/net/if_gre.c
1443
uint8_t otos, struct netstack *ns)
sys/net/if_gre.c
299
struct gre_tunnel *, struct netstack *);
sys/net/if_gre.c
393
uint8_t, struct netstack *);
sys/net/if_gre.c
4072
const struct gre_header *gh, uint8_t otos, int iphlen, struct netstack *ns)
sys/net/if_gre.c
454
uint8_t, struct netstack *);
sys/net/if_gre.c
4935
const struct gre_header *gh, uint8_t otos, struct netstack *ns)
sys/net/if_gre.c
531
const struct gre_header *, uint8_t, int, struct netstack *);
sys/net/if_gre.c
599
const struct gre_header *, uint8_t, struct netstack *);
sys/net/if_gre.c
965
gre_input(struct mbuf **mp, int *offp, int type, int af, struct netstack *ns)
sys/net/if_gre.c
987
gre_input6(struct mbuf **mp, int *offp, int type, int af, struct netstack *ns)
sys/net/if_gre.h
118
int gre_input(struct mbuf **, int *, int, int, struct netstack *);
sys/net/if_gre.h
119
int gre_input6(struct mbuf **, int *, int, int, struct netstack *);
sys/net/if_loop.c
132
void loinput(struct ifnet *, struct mbuf *, struct netstack *);
sys/net/if_loop.c
233
loinput(struct ifnet *ifp, struct mbuf *m, struct netstack *ns)
sys/net/if_mpe.c
439
mpe_input(struct ifnet *ifp, struct mbuf *m, struct netstack *ns)
sys/net/if_mpe.c
77
void mpe_input(struct ifnet *, struct mbuf *, struct netstack *);
sys/net/if_mpip.c
469
mpip_input(struct ifnet *ifp, struct mbuf *m, struct netstack *ns)
sys/net/if_mpip.c
75
void mpip_input(struct ifnet *, struct mbuf *, struct netstack *);
sys/net/if_mpw.c
517
mpw_input(struct ifnet *ifp, struct mbuf *m, struct netstack *ns)
sys/net/if_mpw.c
71
void mpw_input(struct ifnet *, struct mbuf *, struct netstack *);
sys/net/if_pfsync.c
3315
struct netstack *ns)
sys/net/if_pfsync.h
312
struct netstack *);
sys/net/if_pppoe.c
729
pppoe_vinput(struct ifnet *ifp0, struct mbuf *m, struct netstack *ns)
sys/net/if_pppoe.h
72
struct mbuf *pppoe_vinput(struct ifnet *, struct mbuf *, struct netstack *);
sys/net/if_sec.c
453
struct netstack *ns)
sys/net/if_sec.h
32
struct mbuf *, struct netstack *);
sys/net/if_tpmr.c
258
struct netstack *);
sys/net/if_tpmr.c
276
tpmr_pf(struct ifnet *ifp0, int dir, struct mbuf *m, struct netstack *ns)
sys/net/if_tpmr.c
338
struct netstack *ns)
sys/net/if_trunk.c
1086
struct netstack *ns)
sys/net/if_trunk.c
79
struct netstack *);
sys/net/if_tun.c
1059
struct netstack netstack = {
sys/net/if_tun.c
1067
struct netstack *ns = &netstack; /* stupid . vs -> */
sys/net/if_tun.c
1131
tun_input(struct ifnet *ifp, struct mbuf *m0, struct netstack *ns)
sys/net/if_tun.c
126
void tun_input(struct ifnet *, struct mbuf *, struct netstack *);
sys/net/if_var.h
210
void (*if_input)(struct ifnet *, struct mbuf *, struct netstack *);
sys/net/if_var.h
348
void if_vinput(struct ifnet *, struct mbuf *, struct netstack *);
sys/net/if_var.h
351
void (*)(struct ifnet *, struct mbuf *, struct netstack *),
sys/net/if_var.h
352
struct netstack *);
sys/net/if_var.h
354
struct netstack *);
sys/net/if_var.h
364
void p2p_input(struct ifnet *, struct mbuf *, struct netstack *);
sys/net/if_var.h
369
if_input_process_proto(struct ifnet *ifp, struct mbuf *m, struct netstack *ns)
sys/net/if_var.h
371
void (*input)(struct ifnet *, struct mbuf *, struct netstack *);
sys/net/if_veb.c
1151
struct netstack *ns)
sys/net/if_veb.c
1181
struct netstack *ns)
sys/net/if_veb.c
141
int (*p_enqueue)(struct ifnet *, struct mbuf *, struct netstack *);
sys/net/if_veb.c
1427
veb_input(struct ifnet *ifp, struct mbuf *m, struct netstack *ns)
sys/net/if_veb.c
265
static void veb_input(struct ifnet *, struct mbuf *, struct netstack *);
sys/net/if_veb.c
3631
vport_if_enqueue(struct ifnet *ifp, struct mbuf *m, struct netstack *ns)
sys/net/if_veb.c
3705
uint64_t, void *, struct netstack *) = ep->ep_input;
sys/net/if_veb.c
403
struct netstack *);
sys/net/if_veb.c
580
struct netstack *ns)
sys/net/if_veb.c
781
struct netstack *);
sys/net/if_veb.c
799
veb_pf(struct ifnet *ifp0, int dir, struct mbuf *m, struct netstack *ns)
sys/net/if_veb.c
866
struct netstack *ns;
sys/net/if_veb.c
911
veb_if_enqueue(struct ifnet *ifp, struct mbuf *m, struct netstack *ns)
sys/net/if_vlan.c
378
struct netstack *ns)
sys/net/if_vlan.c
411
struct netstack *ns)
sys/net/if_vlan_var.h
51
struct netstack *);
sys/net/if_vxlan.c
171
struct ip6_hdr *, void *, int, struct netstack *);
sys/net/if_vxlan.c
605
void *uhp, int hlen, struct netstack *ns)
sys/net/if_wg.c
2086
void *_uh, int hlen, struct netstack *ns)
sys/net/if_wg.c
372
int, struct netstack *);
sys/net/pipex.c
1066
struct netstack *ns)
sys/net/pipex.c
1115
int plen, int locked, struct netstack *ns)
sys/net/pipex.c
1268
struct netstack *ns)
sys/net/pipex.c
1522
struct netstack *ns)
sys/net/pipex.c
2043
uint32_t ipsecflowinfo, struct netstack *nst)
sys/net/pipex.c
894
struct netstack *ns)
sys/net/pipex.c
988
struct netstack *ns)
sys/net/pipex.h
178
struct pipex_session *, struct netstack *);
sys/net/pipex.h
181
struct pipex_session *, struct netstack *);
sys/net/pipex.h
194
struct netstack *);
sys/net/pipex_local.h
435
int, struct netstack *);
sys/net/pipex_local.h
437
struct netstack *);
sys/net/pipex_local.h
439
struct netstack *);
sys/net/pipex_local.h
441
struct mbuf *, int, int, int, struct netstack *);
sys/netinet/icmp6.h
593
struct netstack *);
sys/netinet/if_ether.c
562
arpinput(struct ifnet *ifp, struct mbuf *m, struct netstack *ns)
sys/netinet/if_ether.c
897
revarpinput(struct ifnet *ifp, struct mbuf *m, struct netstack *ns)
sys/netinet/if_ether.h
225
uint64_t, void *, struct netstack *);
sys/netinet/if_ether.h
260
void revarpinput(struct ifnet *, struct mbuf *, struct netstack *);
sys/netinet/if_ether.h
266
void arpinput(struct ifnet *, struct mbuf *, struct netstack *);
sys/netinet/if_ether.h
280
void ether_input(struct ifnet *, struct mbuf *, struct netstack *);
sys/netinet/igmp.c
125
struct netstack *);
sys/netinet/igmp.c
250
igmp_input(struct mbuf **mp, int *offp, int proto, int af, struct netstack *ns)
sys/netinet/igmp.c
271
int af, struct netstack *ns)
sys/netinet/igmp_var.h
118
int igmp_input(struct mbuf **, int *, int, int, struct netstack *);
sys/netinet/in.h
774
struct netstack;
sys/netinet/in.h
776
void ipv4_input(struct ifnet *, struct mbuf *, struct netstack *);
sys/netinet/in_pcb.h
171
struct ip *, struct ip6_hdr *, void *, int, struct netstack *);
sys/netinet/ip_ah.c
530
struct netstack *ns)
sys/netinet/ip_carp.c
1384
struct netstack *ns)
sys/netinet/ip_carp.c
415
struct netstack *ns)
sys/netinet/ip_carp.c
520
struct netstack *ns)
sys/netinet/ip_carp.h
213
struct netstack *);
sys/netinet/ip_carp.h
215
struct netstack *);
sys/netinet/ip_carp.h
219
struct netstack *);
sys/netinet/ip_esp.c
341
struct netstack *ns)
sys/netinet/ip_icmp.c
140
struct netstack *);
sys/netinet/ip_icmp.c
310
icmp_input(struct mbuf **mp, int *offp, int proto, int af, struct netstack *ns)
sys/netinet/ip_icmp.c
327
int af, struct netstack *ns)
sys/netinet/ip_icmp.h
236
int icmp_input(struct mbuf **, int *, int, int, struct netstack *);
sys/netinet/ip_input.c
148
int ip_ours(struct mbuf **, int *, int, int, struct netstack *);
sys/netinet/ip_input.c
249
ip_ours(struct mbuf **mp, int *offp, int nxt, int af, struct netstack *ns)
sys/netinet/ip_input.c
339
ipv4_input(struct ifnet *ifp, struct mbuf *m, struct netstack *ns)
sys/netinet/ip_input.c
443
struct netstack *ns)
sys/netinet/ip_input.c
752
struct netstack *ns)
sys/netinet/ip_ipcomp.c
134
struct netstack *ns)
sys/netinet/ip_ipip.c
105
ipip_input(struct mbuf **mp, int *offp, int nxt, int af, struct netstack *ns)
sys/netinet/ip_ipip.c
139
struct ifnet *ifp, struct netstack *ns)
sys/netinet/ip_ipip.c
564
struct netstack *ns)
sys/netinet/ip_ipip.h
116
int ipip_input(struct mbuf **, int *, int, int, struct netstack *);
sys/netinet/ip_ipip.h
118
struct netstack *);
sys/netinet/ip_ipsp.h
537
struct netstack *);
sys/netinet/ip_ipsp.h
654
int ipe4_input(struct mbuf **, struct tdb *, int, int, struct netstack *);
sys/netinet/ip_ipsp.h
660
int ah_input(struct mbuf **, struct tdb *, int, int, struct netstack *);
sys/netinet/ip_ipsp.h
664
int ah46_input(struct mbuf **, int *, int, int, struct netstack *);
sys/netinet/ip_ipsp.h
672
int esp_input(struct mbuf **, struct tdb *, int, int, struct netstack *);
sys/netinet/ip_ipsp.h
676
int esp46_input(struct mbuf **, int *, int, int, struct netstack *);
sys/netinet/ip_ipsp.h
683
int ipcomp_input(struct mbuf **, struct tdb *, int, int, struct netstack *);
sys/netinet/ip_ipsp.h
686
int ipcomp46_input(struct mbuf **, int *, int, int, struct netstack *);
sys/netinet/ip_ipsp.h
694
struct netstack *);
sys/netinet/ip_ipsp.h
721
struct netstack *);
sys/netinet/ip_ipsp.h
723
struct netstack *);
sys/netinet/ip_ipsp.h
725
struct netstack *);
sys/netinet/ip_var.h
266
struct netstack *);
sys/netinet/ip_var.h
267
int ip_deliver(struct mbuf **, int *, int, int, int, struct netstack *);
sys/netinet/ip_var.h
271
int rip_input(struct mbuf **, int *, int, int, struct netstack *);
sys/netinet/ipsec_input.c
209
int udpencap, struct netstack *ns)
sys/netinet/ipsec_input.c
387
int protoff, struct netstack *ns)
sys/netinet/ipsec_input.c
811
struct netstack *ns)
sys/netinet/ipsec_input.c
826
ah46_input(struct mbuf **mp, int *offp, int proto, int af, struct netstack *ns)
sys/netinet/ipsec_input.c
860
struct netstack *ns)
sys/netinet/ipsec_input.c
885
struct netstack *ns)
sys/netinet/raw_ip.c
130
rip_input(struct mbuf **mp, int *offp, int proto, int af, struct netstack *ns)
sys/netinet/tcp_input.c
332
tcp_input(struct mbuf **mp, int *offp, int proto, int af, struct netstack *ns)
sys/netinet/tcp_subr.c
1018
int protoff, struct netstack *sn)
sys/netinet/tcp_var.h
726
int tcp_input(struct mbuf **, int *, int, int, struct netstack *);
sys/netinet/udp_usrreq.c
174
u_int32_t, struct netstack *);
sys/netinet/udp_usrreq.c
194
udp_input(struct mbuf **mp, int *offp, int proto, int af, struct netstack *ns)
sys/netinet/udp_usrreq.c
652
struct netstack *ns)
sys/netinet/udp_var.h
140
int udp_input(struct mbuf **, int *, int, int, struct netstack *);
sys/netinet6/dest6.c
49
struct netstack *ns)
sys/netinet6/frag6.c
115
struct netstack *ns)
sys/netinet6/icmp6.c
384
struct netstack *ns)
sys/netinet6/in6.h
408
struct netstack;
sys/netinet6/in6.h
410
void ipv6_input(struct ifnet *, struct mbuf *, struct netstack *);
sys/netinet6/ip6_input.c
112
int ip6_ours(struct mbuf **, int *, int, int, int, struct netstack *);
sys/netinet6/ip6_input.c
164
struct netstack *ns)
sys/netinet6/ip6_input.c
251
ipv6_input(struct ifnet *ifp, struct mbuf *m, struct netstack *ns)
sys/netinet6/ip6_input.c
353
struct netstack *ns)
sys/netinet6/ip6_var.h
305
struct netstack *);
sys/netinet6/ip6_var.h
335
int route6_input(struct mbuf **, int *, int, int, struct netstack *);
sys/netinet6/ip6_var.h
338
int frag6_input(struct mbuf **, int *, int, int, struct netstack *);
sys/netinet6/ip6_var.h
343
int rip6_input(struct mbuf **, int *, int, int, struct netstack *);
sys/netinet6/ip6_var.h
358
int dest6_input(struct mbuf **, int *, int, int, struct netstack *);
sys/netinet6/raw_ip6.c
130
rip6_input(struct mbuf **mp, int *offp, int proto, int af, struct netstack *ns)
sys/netinet6/route6.c
52
struct netstack *ns)
sys/netmpls/mpls.h
164
void mpls_input(struct ifnet *, struct mbuf *, struct netstack *);
sys/netmpls/mpls_input.c
282
mpls_input_local(struct rtentry *rt, struct mbuf *m, struct netstack *ns)
sys/netmpls/mpls_input.c
48
struct netstack *);
sys/netmpls/mpls_input.c
51
mpls_input(struct ifnet *ifp, struct mbuf *m, struct netstack *ns)
sys/sys/protosw.h
101
int (*pr_input)(struct mbuf **, int *, int, int, struct netstack *);
sys/sys/protosw.h
66
struct netstack;