Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/netinet6/
H A Din6_pcb.c1386 struct inpcb *local_wild = NULL; in in6_pcblookup_hash_exists() local
1421 local_wild = inp; in in6_pcblookup_hash_exists()
1425 if (local_wild) { in in6_pcblookup_hash_exists()
1426 if ((found = (local_wild->inp_socket != NULL))) { in in6_pcblookup_hash_exists()
1428 local_wild->inp_socket->so_cred); in in6_pcblookup_hash_exists()
1430 local_wild->inp_socket->so_cred); in in6_pcblookup_hash_exists()
1497 struct inpcb *local_wild = NULL; in in6_pcblookup_hash() local
1531 local_wild = inp; in in6_pcblookup_hash()
1535 if (local_wild && in_pcb_checkstate(local_wild, in in6_pcblookup_hash()
1538 return local_wild; in in6_pcblookup_hash()
/xnu-8796.141.3/bsd/netinet/
H A Din_pcb.c2401 struct inpcb *local_wild = NULL; in in_pcblookup_hash_exists() local
2490 local_wild = inp; in in_pcblookup_hash_exists()
2495 if (local_wild == NULL) { in in_pcblookup_hash_exists()
2509 if ((found = (local_wild->inp_socket != NULL))) { in in_pcblookup_hash_exists()
2511 local_wild->inp_socket->so_cred); in in_pcblookup_hash_exists()
2513 local_wild->inp_socket->so_cred); in in_pcblookup_hash_exists()
2530 struct inpcb *local_wild = NULL; in in_pcblookup_hash() local
2617 local_wild = inp; in in_pcblookup_hash()
2622 if (local_wild == NULL) { in in_pcblookup_hash()
2637 if (in_pcb_checkstate(local_wild, WNT_ACQUIRE, 0) != WNT_STOPUSING) { in in_pcblookup_hash()
[all …]