Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/netinet6/
H A Din6_pcb.c1431 struct inpcb *__single local_wild = NULL; in in6_pcblookup_hash_exists() local
1466 local_wild = inp; in in6_pcblookup_hash_exists()
1470 if (local_wild) { in in6_pcblookup_hash_exists()
1471 if ((found = (local_wild->inp_socket != NULL))) { in in6_pcblookup_hash_exists()
1473 local_wild->inp_socket->so_cred); in in6_pcblookup_hash_exists()
1475 local_wild->inp_socket->so_cred); in in6_pcblookup_hash_exists()
1542 struct inpcb *__single local_wild = NULL; in in6_pcblookup_hash() local
1576 local_wild = inp; in in6_pcblookup_hash()
1580 if (local_wild && in_pcb_checkstate(local_wild, in in6_pcblookup_hash()
1583 return local_wild; in in6_pcblookup_hash()
/xnu-11215.1.10/bsd/netinet/
H A Din_pcb.c2482 struct inpcb *local_wild = NULL; in in_pcblookup_hash_exists() local
2571 local_wild = inp; in in_pcblookup_hash_exists()
2576 if (local_wild == NULL) { in in_pcblookup_hash_exists()
2590 if ((found = (local_wild->inp_socket != NULL))) { in in_pcblookup_hash_exists()
2592 local_wild->inp_socket->so_cred); in in_pcblookup_hash_exists()
2594 local_wild->inp_socket->so_cred); in in_pcblookup_hash_exists()
2611 struct inpcb *local_wild = NULL; in in_pcblookup_hash() local
2698 local_wild = inp; in in_pcblookup_hash()
2703 if (local_wild == NULL) { in in_pcblookup_hash()
2718 if (in_pcb_checkstate(local_wild, WNT_ACQUIRE, 0) != WNT_STOPUSING) { in in_pcblookup_hash()
[all …]