Searched refs:in_pcballoc (Results 1 – 8 of 8) sorted by relevance
/openbsd/sys/netinet/ |
H A D | in_pcb.h | 305 int in_pcballoc(struct socket *, struct inpcbtable *, int);
|
H A D | ip_divert.c | 279 error = in_pcballoc(so, &divbtable, wait); in divert_attach()
|
H A D | raw_ip.c | 492 if ((error = in_pcballoc(so, &rawcbtable, wait))) in rip_attach()
|
H A D | udp_usrreq.c | 1117 if ((error = in_pcballoc(so, table, wait))) in udp_attach()
|
H A D | in_pcb.c | 230 in_pcballoc(struct socket *so, struct inpcbtable *table, int wait) in in_pcballoc() function
|
H A D | tcp_usrreq.c | 497 error = in_pcballoc(so, table, wait); in tcp_attach()
|
/openbsd/sys/netinet6/ |
H A D | ip6_divert.c | 287 error = in_pcballoc(so, &divb6table, wait); in divert6_attach()
|
H A D | raw_ip6.c | 610 if ((error = in_pcballoc(so, &rawin6pcbtable, wait))) in rip6_attach()
|