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

/darwin-on-arm/xnu/bsd/netinet/
H A Din_pcb.h668 extern int in_pcbinshash(struct inpcb *, int);
H A Din_pcb.c664 if (in_pcbinshash(inp, 1) != 0) {
1623 in_pcbinshash(struct inpcb *inp, int locked) function
1695 * not change after in_pcbinshash() has been called.
H A Dtcp_input.c1901 if (in_pcbinshash(inp, 0) != 0) {
/darwin-on-arm/xnu/bsd/netinet6/
H A Din6_pcb.c369 if (in_pcbinshash(inp, 1) != 0) {
H A Din6_src.c1293 if (in_pcbinshash(inp, 1) != 0) {

Completed in 42 milliseconds