Symbol: inpcb_iterator
sys/netinet/in_pcb.c
1578
inp_next(struct inpcb_iterator *ii)
sys/netinet/in_pcb.c
1934
struct inpcb_iterator inpi = INP_ITERATOR(pcbinfo, INPLOOKUP_WLOCKPCB,
sys/netinet/in_pcb.c
2879
struct inpcb_iterator inpi = INP_ALL_ITERATOR(pcbinfo,
sys/netinet/in_pcb.c
2944
struct inpcb_iterator inpi = INP_ALL_ITERATOR(pcbinfo,
sys/netinet/in_pcb.h
719
struct inpcb *inp_next(struct inpcb_iterator *);
sys/netinet/raw_ip.c
1020
struct inpcb_iterator inpi = INP_ALL_ITERATOR(&V_ripcbinfo,
sys/netinet/raw_ip.c
303
struct inpcb_iterator inpi = INP_ITERATOR(&V_ripcbinfo,
sys/netinet/tcp_subr.c
1359
struct inpcb_iterator inpi = INP_ALL_ITERATOR(&V_tcbinfo,
sys/netinet/tcp_subr.c
1408
struct inpcb_iterator inpi = INP_ALL_ITERATOR(&V_tcbinfo,
sys/netinet/tcp_subr.c
2624
struct inpcb_iterator inpi = INP_ALL_ITERATOR(&V_tcbinfo,
sys/netinet/tcp_subr.c
2733
struct inpcb_iterator inpi = INP_ALL_ITERATOR(&V_tcbinfo,
sys/netinet/tcp_subr.c
2819
struct inpcb_iterator inpi1 = INP_ALL_ITERATOR(&V_tcbinfo,
sys/netinet/udp_usrreq.c
366
struct inpcb_iterator inpi = INP_ITERATOR(udp_get_inpcbinfo(proto),
sys/netinet/udp_usrreq.c
789
struct inpcb_iterator inpi = INP_ALL_ITERATOR(pcbinfo,
sys/netinet6/icmp6.c
1905
struct inpcb_iterator inpi = INP_ITERATOR(&V_ripcbinfo,
sys/netinet6/in6_pcb.c
638
struct inpcb_iterator inpi = INP_ITERATOR(pcbinfo, INPLOOKUP_WLOCKPCB,
sys/netinet6/in6_pcb.c
798
struct inpcb_iterator inpi = INP_ITERATOR(pcbinfo, INPLOOKUP_RLOCKPCB,
sys/netinet6/raw_ip6.c
191
struct inpcb_iterator inpi = INP_ITERATOR(&V_ripcbinfo,
sys/netinet6/udp6_usrreq.c
253
struct inpcb_iterator inpi = INP_ITERATOR(udp_get_inpcbinfo(proto),