Symbol: inpcbtable
sys/net/pf.c
4158
struct inpcbtable *table;
sys/netinet/in_pcb.c
1088
struct inpcbtable *table = inp->inp_table;
sys/netinet/in_pcb.c
1112
in_pcbhash_lookup(struct inpcbtable *table, uint64_t hash, u_int rdomain,
sys/netinet/in_pcb.c
1147
in_pcbresize(struct inpcbtable *table, int hashsize)
sys/netinet/in_pcb.c
1201
in_pcblookup_lock(struct inpcbtable *table, struct in_addr faddr,
sys/netinet/in_pcb.c
1235
in_pcblookup(struct inpcbtable *table, struct in_addr faddr,
sys/netinet/in_pcb.c
124
struct inpcb *in_pcbhash_lookup(struct inpcbtable *, uint64_t, u_int,
sys/netinet/in_pcb.c
1250
in_pcblookup_listen(struct inpcbtable *table, struct in_addr laddr,
sys/netinet/in_pcb.c
126
int in_pcbresize(struct inpcbtable *, int);
sys/netinet/in_pcb.c
130
uint64_t in_pcbhash(struct inpcbtable *, u_int,
sys/netinet/in_pcb.c
1319
struct inpcbtable *table = inp->inp_table;
sys/netinet/in_pcb.c
132
uint64_t in_pcblhash(struct inpcbtable *, u_int, u_short);
sys/netinet/in_pcb.c
134
struct inpcb *in_pcblookup_lock(struct inpcbtable *, struct in_addr, u_int,
sys/netinet/in_pcb.c
1341
struct inpcbtable *table = inp->inp_table;
sys/netinet/in_pcb.c
1386
struct inpcbtable *table = inp->inp_table;
sys/netinet/in_pcb.c
1403
struct inpcbtable *table = inp->inp_table;
sys/netinet/in_pcb.c
153
in_pcbhash(struct inpcbtable *table, u_int rdomain,
sys/netinet/in_pcb.c
170
in_pcblhash(struct inpcbtable *table, u_int rdomain, u_short lport)
sys/netinet/in_pcb.c
182
in_pcbinit(struct inpcbtable *table, int hashsize)
sys/netinet/in_pcb.c
233
in_pcballoc(struct socket *so, struct inpcbtable *table, int wait)
sys/netinet/in_pcb.c
354
struct inpcbtable *table = inp->inp_table;
sys/netinet/in_pcb.c
370
struct inpcbtable *table = inp->inp_table;
sys/netinet/in_pcb.c
448
struct inpcbtable *table = inp->inp_table;
sys/netinet/in_pcb.c
509
struct inpcbtable *table = inp->inp_table;
sys/netinet/in_pcb.c
587
struct inpcbtable *table = inp->inp_table;
sys/netinet/in_pcb.c
676
in_pcb_iterator(struct inpcbtable *table, struct inpcb *inp,
sys/netinet/in_pcb.c
706
in_pcb_iterator_abort(struct inpcbtable *table, struct inpcb *inp,
sys/netinet/in_pcb.c
802
in_pcbnotifyall(struct inpcbtable *table, const struct sockaddr_in *dst,
sys/netinet/in_pcb.c
893
in_pcblookup_local_lock(struct inpcbtable *table, const void *laddrp,
sys/netinet/in_pcb.h
127
struct inpcbtable *inp_table; /* [I] inet queue/hash table */
sys/netinet/in_pcb.h
181
struct inpcbtable *inp_table; /* [I] always NULL */
sys/netinet/in_pcb.h
296
extern struct inpcbtable rawcbtable, rawin6pcbtable;
sys/netinet/in_pcb.h
303
int in_pcballoc(struct socket *, struct inpcbtable *, int);
sys/netinet/in_pcb.h
319
in_pcb_iterator(struct inpcbtable *, struct inpcb *,
sys/netinet/in_pcb.h
321
void in_pcb_iterator_abort(struct inpcbtable *, struct inpcb *,
sys/netinet/in_pcb.h
324
in_pcblookup(struct inpcbtable *, struct in_addr, u_int,
sys/netinet/in_pcb.h
327
in_pcblookup_listen(struct inpcbtable *, struct in_addr, u_int,
sys/netinet/in_pcb.h
330
uint64_t in6_pcbhash(struct inpcbtable *, u_int, const struct in6_addr *,
sys/netinet/in_pcb.h
333
in6_pcblookup(struct inpcbtable *, const struct in6_addr *,
sys/netinet/in_pcb.h
336
in6_pcblookup_listen(struct inpcbtable *, struct in6_addr *, u_int,
sys/netinet/in_pcb.h
348
void in_pcbinit(struct inpcbtable *, int);
sys/netinet/in_pcb.h
350
in_pcblookup_local_lock(struct inpcbtable *, const void *, u_int, int,
sys/netinet/in_pcb.h
352
void in_pcbnotifyall(struct inpcbtable *, const struct sockaddr_in *,
sys/netinet/in_pcb.h
371
void in6_pcbnotify(struct inpcbtable *, const struct sockaddr_in6 *,
sys/netinet/ip_divert.c
47
struct inpcbtable divbtable;
sys/netinet/ip_divert.h
72
extern struct inpcbtable divbtable, divb6table;
sys/netinet/raw_ip.c
92
struct inpcbtable rawcbtable;
sys/netinet/tcp_usrreq.c
184
struct inpcbtable tcbtable;
sys/netinet/tcp_usrreq.c
186
struct inpcbtable tcb6table;
sys/netinet/tcp_usrreq.c
475
struct inpcbtable *table;
sys/netinet/tcp_var.h
685
extern struct inpcbtable tcbtable, tcb6table; /* queue of active tcpcb's */
sys/netinet/udp_usrreq.c
1119
struct inpcbtable *table;
sys/netinet/udp_usrreq.c
166
struct inpcbtable udbtable;
sys/netinet/udp_usrreq.c
168
struct inpcbtable udb6table;
sys/netinet/udp_usrreq.c
391
struct inpcbtable *table;
sys/netinet/udp_var.h
126
extern struct inpcbtable udbtable, udb6table;
sys/netinet6/in6_pcb.c
127
struct inpcb *in6_pcbhash_lookup(struct inpcbtable *, uint64_t, u_int,
sys/netinet6/in6_pcb.c
130
struct inpcb * in6_pcblookup_lock(struct inpcbtable *, const struct in6_addr *,
sys/netinet6/in6_pcb.c
134
in6_pcbhash(struct inpcbtable *table, u_int rdomain,
sys/netinet6/in6_pcb.c
155
struct inpcbtable *table = inp->inp_table;
sys/netinet6/in6_pcb.c
258
struct inpcbtable *table = inp->inp_table;
sys/netinet6/in6_pcb.c
423
in6_pcbnotify(struct inpcbtable *table, const struct sockaddr_in6 *dst,
sys/netinet6/in6_pcb.c
564
in6_pcbhash_lookup(struct inpcbtable *table, uint64_t hash, u_int rdomain,
sys/netinet6/in6_pcb.c
600
in6_pcblookup_lock(struct inpcbtable *table, const struct in6_addr *faddr,
sys/netinet6/in6_pcb.c
634
in6_pcblookup(struct inpcbtable *table, const struct in6_addr *faddr,
sys/netinet6/in6_pcb.c
642
in6_pcblookup_listen(struct inpcbtable *table, struct in6_addr *laddr,
sys/netinet6/in6_pcb.c
708
struct inpcbtable *table = inp->inp_table;
sys/netinet6/ip6_divert.c
48
struct inpcbtable divb6table;
sys/netinet6/raw_ip6.c
99
struct inpcbtable rawin6pcbtable;