Searched refs:inpcbtable (Results 1 – 14 of 14) sorted by relevance
/openbsd/sys/netinet/ |
H A D | in_pcb.h | 128 struct inpcbtable *inp_table; /* [I] inet queue/hash table */ 183 struct inpcbtable *inp_table; /* [I] always NULL */ 194 struct inpcbtable { struct 298 extern struct inpcbtable rawcbtable, rawin6pcbtable; 305 int in_pcballoc(struct socket *, struct inpcbtable *, int); 321 in_pcb_iterator(struct inpcbtable *, struct inpcb *, 323 void in_pcb_iterator_abort(struct inpcbtable *, struct inpcb *, 326 in_pcblookup(struct inpcbtable *, struct in_addr, 329 in_pcblookup_listen(struct inpcbtable *, struct in_addr, u_int, 335 in6_pcblookup(struct inpcbtable *, const struct in6_addr *, [all …]
|
H A D | in_pcb.c | 123 int in_pcbresize(struct inpcbtable *, int); 352 struct inpcbtable *table = inp->inp_table; in in_pcbbind() 368 struct inpcbtable *table = inp->inp_table; in in_pcbaddrisavail_lock() 446 struct inpcbtable *table = inp->inp_table; in in_pcbpickport() 507 struct inpcbtable *table = inp->inp_table; in in_pcbconnect() 585 struct inpcbtable *table = inp->inp_table; in in_pcbdetach() 1071 struct inpcbtable *table = inp->inp_table; in in_pcbhash_insert() 1302 struct inpcbtable *table = inp->inp_table; in in_pcbset_rtableid() 1323 struct inpcbtable *table = inp->inp_table; in in_pcbset_laddr() 1352 struct inpcbtable *table = inp->inp_table; in in_pcbunset_faddr() [all …]
|
H A D | ip_divert.h | 66 extern struct inpcbtable divbtable;
|
H A D | udp_var.h | 126 extern struct inpcbtable udbtable, udb6table;
|
H A D | udp_usrreq.c | 164 struct inpcbtable udbtable; 166 struct inpcbtable udb6table; 386 struct inpcbtable *table; in udp_input() 1100 struct inpcbtable *table; in udp_attach()
|
H A D | ip_divert.c | 49 struct inpcbtable divbtable;
|
H A D | tcp_usrreq.c | 184 struct inpcbtable tcbtable; 186 struct inpcbtable tcb6table; 475 struct inpcbtable *table; in tcp_attach()
|
H A D | raw_ip.c | 94 struct inpcbtable rawcbtable;
|
H A D | tcp_var.h | 679 extern struct inpcbtable tcbtable, tcb6table; /* queue of active tcpcb's */
|
/openbsd/sys/netinet6/ |
H A D | in6_pcb.c | 129 struct inpcb *in6_pcbhash_lookup(struct inpcbtable *, uint64_t, u_int, 132 struct inpcb * in6_pcblookup_lock(struct inpcbtable *, const struct in6_addr *, 136 in6_pcbhash(struct inpcbtable *table, u_int rdomain, in in6_pcbhash() 157 struct inpcbtable *table = inp->inp_table; in in6_pcbaddrisavail_lock() 260 struct inpcbtable *table = inp->inp_table; in in6_pcbconnect() 426 in6_pcbnotify(struct inpcbtable *table, const struct sockaddr_in6 *dst, in in6_pcbnotify() 562 in6_pcbhash_lookup(struct inpcbtable *table, uint64_t hash, u_int rdomain, in in6_pcbhash_lookup() 598 in6_pcblookup_lock(struct inpcbtable *table, const struct in6_addr *faddr, in in6_pcblookup_lock() 632 in6_pcblookup(struct inpcbtable *table, const struct in6_addr *faddr, in in6_pcblookup() 640 in6_pcblookup_listen(struct inpcbtable *table, struct in6_addr *laddr, in in6_pcblookup_listen()
|
H A D | ip6_divert.h | 66 extern struct inpcbtable divb6table;
|
H A D | ip6_divert.c | 52 struct inpcbtable divb6table;
|
H A D | raw_ip6.c | 104 struct inpcbtable rawin6pcbtable;
|
/openbsd/sys/net/ |
H A D | pf.c | 3791 struct inpcbtable *table; in pf_socket_lookup()
|