Symbol: inpcbinfo
sys/netinet/in.c
123
VNET_DECLARE(struct inpcbinfo, ripcbinfo);
sys/netinet/in_pcb.c
137
static struct inpcb *in_pcblookup_hash_locked(struct inpcbinfo *pcbinfo,
sys/netinet/in_pcb.c
1444
struct inpcbinfo *pcbinfo;
sys/netinet/in_pcb.c
1580
const struct inpcbinfo *ipi = ii->ipi;
sys/netinet/in_pcb.c
1774
struct inpcbinfo *pcbinfo = inp->inp_pcbinfo;
sys/netinet/in_pcb.c
1932
in_pcbpurgeif0(struct inpcbinfo *pcbinfo, struct ifnet *ifp)
sys/netinet/in_pcb.c
1980
in_pcblookup_local(struct inpcbinfo *pcbinfo, struct in_addr laddr,
sys/netinet/in_pcb.c
2096
in_pcblookup_lbgroup(const struct inpcbinfo *pcbinfo,
sys/netinet/in_pcb.c
2197
in_pcblookup_hash_exact(struct inpcbinfo *pcbinfo, struct in_addr faddr,
sys/netinet/in_pcb.c
2243
in_pcblookup_hash_wild_smr(struct inpcbinfo *pcbinfo, struct in_addr laddr,
sys/netinet/in_pcb.c
2280
in_pcblookup_hash_wild_locked(struct inpcbinfo *pcbinfo, struct in_addr laddr,
sys/netinet/in_pcb.c
2359
in_pcblookup_hash_locked(struct inpcbinfo *pcbinfo, struct in_addr faddr,
sys/netinet/in_pcb.c
2391
in_pcblookup_hash(struct inpcbinfo *pcbinfo, struct in_addr faddr,
sys/netinet/in_pcb.c
2418
in_pcblookup_hash_smr(struct inpcbinfo *pcbinfo, struct in_addr faddr,
sys/netinet/in_pcb.c
2485
in_pcblookup(struct inpcbinfo *pcbinfo, struct in_addr faddr, u_int fport,
sys/netinet/in_pcb.c
2497
in_pcblookup_mbuf(struct inpcbinfo *pcbinfo, struct in_addr faddr,
sys/netinet/in_pcb.c
2635
struct inpcbinfo *pcbinfo = inp->inp_pcbinfo;
sys/netinet/in_pcb.c
2749
struct inpcbinfo *pcbinfo = inp->inp_pcbinfo;
sys/netinet/in_pcb.c
2876
inp_apply_all(struct inpcbinfo *pcbinfo,
sys/netinet/in_pcb.c
2940
sysctl_setsockopt(SYSCTL_HANDLER_ARGS, struct inpcbinfo *pcbinfo,
sys/netinet/in_pcb.c
298
struct inpcbinfo *pcbinfo;
sys/netinet/in_pcb.c
391
struct inpcbinfo *pcbinfo;
sys/netinet/in_pcb.c
464
struct inpcbinfo *pcbinfo;
sys/netinet/in_pcb.c
515
struct inpcbinfo *pcbinfo;
sys/netinet/in_pcb.c
555
in_pcbinfo_init(struct inpcbinfo *pcbinfo, struct inpcbstorage *pcbstor,
sys/netinet/in_pcb.c
584
in_pcbinfo_destroy(struct inpcbinfo *pcbinfo)
sys/netinet/in_pcb.c
630
in_pcballoc(struct socket *so, struct inpcbinfo *pcbinfo)
sys/netinet/in_pcb.c
759
struct inpcbinfo *pcbinfo;
sys/netinet/in_pcb.h
369
struct inpcbinfo *inp_pcbinfo; /* (c) PCB list info */
sys/netinet/in_pcb.h
561
void inp_apply_all(struct inpcbinfo *, void (*func)(struct inpcb *, void *),
sys/netinet/in_pcb.h
655
void in_pcbinfo_init(struct inpcbinfo *, struct inpcbstorage *,
sys/netinet/in_pcb.h
657
void in_pcbinfo_destroy(struct inpcbinfo *);
sys/netinet/in_pcb.h
661
void in_pcbpurgeif0(struct inpcbinfo *, struct ifnet *);
sys/netinet/in_pcb.h
662
int in_pcballoc(struct socket *, struct inpcbinfo *);
sys/netinet/in_pcb.h
676
in_pcblookup(struct inpcbinfo *, struct in_addr, u_int,
sys/netinet/in_pcb.h
679
in_pcblookup_mbuf(struct inpcbinfo *, struct in_addr, u_int,
sys/netinet/in_pcb.h
688
int sysctl_setsockopt(SYSCTL_HANDLER_ARGS, struct inpcbinfo *pcbinfo,
sys/netinet/in_pcb.h
694
const struct inpcbinfo *ipi;
sys/netinet/in_pcb_var.h
56
struct inpcb *in_pcblookup_local(struct inpcbinfo *, struct in_addr, u_short,
sys/netinet/ip_var.h
193
struct inpcbinfo;
sys/netinet/raw_ip.c
155
struct inpcbinfo *pcbinfo = inp->inp_pcbinfo;
sys/netinet/raw_ip.c
86
VNET_DEFINE(struct inpcbinfo, ripcbinfo);
sys/netinet/raw_ip.c
876
struct inpcbinfo *pcbinfo;
sys/netinet/tcp_input.c
226
VNET_DEFINE(struct inpcbinfo, tcbinfo);
sys/netinet/tcp_var.h
1336
VNET_DECLARE(struct inpcbinfo, tcbinfo);
sys/netinet/udp_usrreq.c
1120
struct inpcbinfo *pcbinfo;
sys/netinet/udp_usrreq.c
149
VNET_DEFINE(struct inpcbinfo, udbinfo);
sys/netinet/udp_usrreq.c
150
VNET_DEFINE(struct inpcbinfo, ulitecbinfo);
sys/netinet/udp_usrreq.c
1531
struct inpcbinfo *pcbinfo;
sys/netinet/udp_usrreq.c
1550
struct inpcbinfo *pcbinfo;
sys/netinet/udp_usrreq.c
1606
struct inpcbinfo *pcbinfo;
sys/netinet/udp_usrreq.c
1641
struct inpcbinfo *pcbinfo;
sys/netinet/udp_usrreq.c
1661
struct inpcbinfo *pcbinfo;
sys/netinet/udp_usrreq.c
1713
struct inpcbinfo *pcbinfo;
sys/netinet/udp_usrreq.c
473
struct inpcbinfo *pcbinfo;
sys/netinet/udp_usrreq.c
736
udp_common_ctlinput(struct icmp *icmp, struct inpcbinfo *pcbinfo)
sys/netinet/udp_usrreq.c
788
struct inpcbinfo *pcbinfo = udp_get_inpcbinfo(arg2);
sys/netinet/udp_var.h
152
VNET_DECLARE(struct inpcbinfo, udbinfo);
sys/netinet/udp_var.h
153
VNET_DECLARE(struct inpcbinfo, ulitecbinfo);
sys/netinet/udp_var.h
173
static __inline struct inpcbinfo *
sys/netinet6/icmp6.c
142
VNET_DECLARE(struct inpcbinfo, ripcbinfo);
sys/netinet6/in6_ifattach.c
90
VNET_DECLARE(struct inpcbinfo, ripcbinfo);
sys/netinet6/in6_pcb.c
1014
in6_pcblookup_hash_wild_smr(struct inpcbinfo *pcbinfo,
sys/netinet6/in6_pcb.c
1053
in6_pcblookup_hash_wild_locked(struct inpcbinfo *pcbinfo,
sys/netinet6/in6_pcb.c
1112
in6_pcblookup_hash_locked(struct inpcbinfo *pcbinfo,
sys/netinet6/in6_pcb.c
1144
in6_pcblookup_hash(struct inpcbinfo *pcbinfo, const struct in6_addr *faddr,
sys/netinet6/in6_pcb.c
1171
in6_pcblookup_hash_smr(struct inpcbinfo *pcbinfo, const struct in6_addr *faddr,
sys/netinet6/in6_pcb.c
122
struct inpcbinfo *pcbinfo = inp->inp_pcbinfo;
sys/netinet6/in6_pcb.c
1233
in6_pcblookup(struct inpcbinfo *pcbinfo, const struct in6_addr *faddr,
sys/netinet6/in6_pcb.c
1245
in6_pcblookup_mbuf(struct inpcbinfo *pcbinfo, const struct in6_addr *faddr,
sys/netinet6/in6_pcb.c
434
struct inpcbinfo *pcbinfo = inp->inp_pcbinfo;
sys/netinet6/in6_pcb.c
633
in6_pcbnotify(struct inpcbinfo *pcbinfo, struct sockaddr_in6 *sa6_dst,
sys/netinet6/in6_pcb.c
700
in6_pcblookup_local(struct inpcbinfo *pcbinfo, const struct in6_addr *laddr,
sys/netinet6/in6_pcb.c
796
in6_pcbpurgeif0(struct inpcbinfo *pcbinfo, struct ifnet *ifp)
sys/netinet6/in6_pcb.c
868
in6_pcblookup_lbgroup(const struct inpcbinfo *pcbinfo,
sys/netinet6/in6_pcb.c
965
in6_pcblookup_hash_exact(struct inpcbinfo *pcbinfo,
sys/netinet6/in6_pcb.h
71
void in6_pcbpurgeif0(struct inpcbinfo *, struct ifnet *);
sys/netinet6/in6_pcb.h
77
struct inpcb *in6_pcblookup_local(struct inpcbinfo *, const struct in6_addr *,
sys/netinet6/in6_pcb.h
79
struct inpcb *in6_pcblookup_hash_locked(struct inpcbinfo *pcbinfo,
sys/netinet6/in6_pcb.h
83
struct inpcb *in6_pcblookup(struct inpcbinfo *, const struct in6_addr *, u_int,
sys/netinet6/in6_pcb.h
85
struct inpcb *in6_pcblookup_mbuf(struct inpcbinfo *, const struct in6_addr *,
sys/netinet6/in6_pcb.h
88
void in6_pcbnotify(struct inpcbinfo *, struct sockaddr_in6 *, u_int,
sys/netinet6/in6_var.h
861
struct inpcbinfo;
sys/netinet6/raw_ip6.c
115
VNET_DECLARE(struct inpcbinfo, ripcbinfo);
sys/netinet6/udp6_usrreq.c
1016
struct inpcbinfo *pcbinfo;
sys/netinet6/udp6_usrreq.c
1053
struct inpcbinfo *pcbinfo;
sys/netinet6/udp6_usrreq.c
1107
struct inpcbinfo *pcbinfo;
sys/netinet6/udp6_usrreq.c
1135
struct inpcbinfo *pcbinfo;
sys/netinet6/udp6_usrreq.c
1246
struct inpcbinfo *pcbinfo;
sys/netinet6/udp6_usrreq.c
358
struct inpcbinfo *pcbinfo;
sys/netinet6/udp6_usrreq.c
561
udp6_common_ctlinput(struct ip6ctlparam *ip6cp, struct inpcbinfo *pcbinfo)
sys/netinet6/udp6_usrreq.c
835
struct inpcbinfo *pcbinfo;
sys/netinet6/udp6_usrreq.c
989
struct inpcbinfo *pcbinfo;
sys/netpfil/ipfw/ip_fw2.c
1119
struct inpcbinfo *pi;
sys/netpfil/ipfw/ip_fw2.c
2835
struct inpcbinfo *pi;
sys/netpfil/pf/pf.c
5373
struct inpcbinfo *pi;