Home
last modified time | relevance | path

Searched refs:local_wild (Results 1 – 2 of 2) sorted by relevance

/xnu-8019.80.24/bsd/netinet6/
H A Din6_pcb.c1382 struct inpcb *local_wild = NULL; in in6_pcblookup_hash_exists() local
1417 local_wild = inp; in in6_pcblookup_hash_exists()
1421 if (local_wild) { in in6_pcblookup_hash_exists()
1422 if ((found = (local_wild->inp_socket != NULL))) { in in6_pcblookup_hash_exists()
1424 local_wild->inp_socket->so_cred); in in6_pcblookup_hash_exists()
1426 local_wild->inp_socket->so_cred); in in6_pcblookup_hash_exists()
1493 struct inpcb *local_wild = NULL; in in6_pcblookup_hash() local
1527 local_wild = inp; in in6_pcblookup_hash()
1531 if (local_wild && in_pcb_checkstate(local_wild, in in6_pcblookup_hash()
1534 return local_wild; in in6_pcblookup_hash()
/xnu-8019.80.24/bsd/netinet/
H A Din_pcb.c2318 struct inpcb *local_wild = NULL; in in_pcblookup_hash_exists() local
2407 local_wild = inp; in in_pcblookup_hash_exists()
2412 if (local_wild == NULL) { in in_pcblookup_hash_exists()
2426 if ((found = (local_wild->inp_socket != NULL))) { in in_pcblookup_hash_exists()
2428 local_wild->inp_socket->so_cred); in in_pcblookup_hash_exists()
2430 local_wild->inp_socket->so_cred); in in_pcblookup_hash_exists()
2447 struct inpcb *local_wild = NULL; in in_pcblookup_hash() local
2534 local_wild = inp; in in_pcblookup_hash()
2539 if (local_wild == NULL) { in in_pcblookup_hash()
2554 if (in_pcb_checkstate(local_wild, WNT_ACQUIRE, 0) != WNT_STOPUSING) { in in_pcblookup_hash()
[all …]