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.h301 int in_pcballoc(struct socket *, struct inpcbtable *, int);
H A Dip_divert.c273 error = in_pcballoc(so, &divbtable, wait); in divert_attach()
H A Draw_ip.c491 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.c231 in_pcballoc(struct socket *so, struct inpcbtable *table, int wait) in in_pcballoc() function
H A Dtcp_usrreq.c480 error = in_pcballoc(so, table, wait); in tcp_attach()
/openbsd/sys/netinet6/
H A Dip6_divert.c281 error = in_pcballoc(so, &divb6table, wait); in divert6_attach()
H A Draw_ip6.c609 if ((error = in_pcballoc(so, &rawin6pcbtable, wait))) in rip6_attach()