Home
last modified time | relevance | path

Searched refs:in_pcbinshash (Results 1 – 5 of 5) sorted by relevance

/xnu-8019.80.24/bsd/netinet/
H A Din_pcb.h791 extern int in_pcbinshash(struct inpcb *, int);
H A Din_pcb.c1217 if (in_pcbinshash(inp, 1) != 0) { in in_pcbbind()
2575 in_pcbinshash(struct inpcb *inp, int locked) in in_pcbinshash() function
H A Dtcp_input.c2625 if (in_pcbinshash(inp, 0) != 0) { in tcp_input()
/xnu-8019.80.24/bsd/netinet6/
H A Din6_pcb.c561 if (in_pcbinshash(inp, 1) != 0) { in in6_pcbbind()
H A Din6_src.c1716 if (in_pcbinshash(inp, 1) != 0) { in in6_pcbsetport()