Home
last modified time | relevance | path

Searched refs:inpcbtable (Results 1 – 14 of 14) sorted by relevance

/openbsd/sys/netinet/
H A Din_pcb.h128 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 Din_pcb.c123 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 Dip_divert.h66 extern struct inpcbtable divbtable;
H A Dudp_var.h126 extern struct inpcbtable udbtable, udb6table;
H A Dudp_usrreq.c164 struct inpcbtable udbtable;
166 struct inpcbtable udb6table;
386 struct inpcbtable *table; in udp_input()
1100 struct inpcbtable *table; in udp_attach()
H A Dip_divert.c49 struct inpcbtable divbtable;
H A Dtcp_usrreq.c184 struct inpcbtable tcbtable;
186 struct inpcbtable tcb6table;
475 struct inpcbtable *table; in tcp_attach()
H A Draw_ip.c94 struct inpcbtable rawcbtable;
H A Dtcp_var.h679 extern struct inpcbtable tcbtable, tcb6table; /* queue of active tcpcb's */
/openbsd/sys/netinet6/
H A Din6_pcb.c129 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 Dip6_divert.h66 extern struct inpcbtable divb6table;
H A Dip6_divert.c52 struct inpcbtable divb6table;
H A Draw_ip6.c104 struct inpcbtable rawin6pcbtable;
/openbsd/sys/net/
H A Dpf.c3791 struct inpcbtable *table; in pf_socket_lookup()