Home
last modified time | relevance | path

Searched refs:in_pcballoc (Results 1 – 8 of 8) sorted by relevance

/openbsd/sys/netinet/
H A Din_pcb.h305 int in_pcballoc(struct socket *, struct inpcbtable *, int);
H A Dip_divert.c279 error = in_pcballoc(so, &divbtable, wait); in divert_attach()
H A Draw_ip.c492 if ((error = in_pcballoc(so, &rawcbtable, wait))) in rip_attach()
H A Dudp_usrreq.c1117 if ((error = in_pcballoc(so, table, wait))) in udp_attach()
H A Din_pcb.c230 in_pcballoc(struct socket *so, struct inpcbtable *table, int wait) in in_pcballoc() function
H A Dtcp_usrreq.c497 error = in_pcballoc(so, table, wait); in tcp_attach()
/openbsd/sys/netinet6/
H A Dip6_divert.c287 error = in_pcballoc(so, &divb6table, wait); in divert6_attach()
H A Draw_ip6.c610 if ((error = in_pcballoc(so, &rawin6pcbtable, wait))) in rip6_attach()