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

/xnu-2422.115.4/bsd/netinet/
H A Din_pcb.h704 extern int in_pcbinshash(struct inpcb *, int);
H A Din_pcb.c913 if (in_pcbinshash(inp, 1) != 0) {
1978 in_pcbinshash(struct inpcb *inp, int locked) function
2058 * not change after in_pcbinshash() has been called.
H A Dtcp_input.c2014 if (in_pcbinshash(inp, 0) != 0) {
/xnu-2422.115.4/bsd/netinet6/
H A Din6_pcb.c374 if (in_pcbinshash(inp, 1) != 0) {
H A Din6_src.c1315 if (in_pcbinshash(inp, 1) != 0) {

Completed in 41 milliseconds