Home
last modified time | relevance | path

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

/xnu-11215.61.5/bsd/netinet6/
H A Din6_pcb.c1427 struct inpcb *__single local_wild = NULL; in in6_pcblookup_hash_exists() local
1462 local_wild = inp; in in6_pcblookup_hash_exists()
1466 if (local_wild) { in in6_pcblookup_hash_exists()
1467 if ((found = (local_wild->inp_socket != NULL))) { in in6_pcblookup_hash_exists()
1469 local_wild->inp_socket->so_cred); in in6_pcblookup_hash_exists()
1471 local_wild->inp_socket->so_cred); in in6_pcblookup_hash_exists()
1538 struct inpcb *__single local_wild = NULL; in in6_pcblookup_hash() local
1572 local_wild = inp; in in6_pcblookup_hash()
1576 if (local_wild && in_pcb_checkstate(local_wild, in in6_pcblookup_hash()
1579 return local_wild; in in6_pcblookup_hash()
/xnu-11215.61.5/bsd/netinet/
H A Din_pcb.c2478 struct inpcb *local_wild = NULL; in in_pcblookup_hash_exists() local
2567 local_wild = inp; in in_pcblookup_hash_exists()
2572 if (local_wild == NULL) { in in_pcblookup_hash_exists()
2586 if ((found = (local_wild->inp_socket != NULL))) { in in_pcblookup_hash_exists()
2588 local_wild->inp_socket->so_cred); in in_pcblookup_hash_exists()
2590 local_wild->inp_socket->so_cred); in in_pcblookup_hash_exists()
2607 struct inpcb *local_wild = NULL; in in_pcblookup_hash() local
2694 local_wild = inp; in in_pcblookup_hash()
2699 if (local_wild == NULL) { in in_pcblookup_hash()
2714 if (in_pcb_checkstate(local_wild, WNT_ACQUIRE, 0) != WNT_STOPUSING) { in in_pcblookup_hash()
[all …]