Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/netinet6/
H A Din6_pcb.c1425 struct inpcb *local_wild = NULL; in in6_pcblookup_hash_exists() local
1460 local_wild = inp; in in6_pcblookup_hash_exists()
1464 if (local_wild) { in in6_pcblookup_hash_exists()
1465 if ((found = (local_wild->inp_socket != NULL))) { in in6_pcblookup_hash_exists()
1467 local_wild->inp_socket->so_cred); in in6_pcblookup_hash_exists()
1469 local_wild->inp_socket->so_cred); in in6_pcblookup_hash_exists()
1536 struct inpcb *local_wild = NULL; in in6_pcblookup_hash() local
1570 local_wild = inp; in in6_pcblookup_hash()
1574 if (local_wild && in_pcb_checkstate(local_wild, in in6_pcblookup_hash()
1577 return local_wild; in in6_pcblookup_hash()
/xnu-10002.41.9/bsd/netinet/
H A Din_pcb.c2444 struct inpcb *local_wild = NULL; in in_pcblookup_hash_exists() local
2533 local_wild = inp; in in_pcblookup_hash_exists()
2538 if (local_wild == NULL) { in in_pcblookup_hash_exists()
2552 if ((found = (local_wild->inp_socket != NULL))) { in in_pcblookup_hash_exists()
2554 local_wild->inp_socket->so_cred); in in_pcblookup_hash_exists()
2556 local_wild->inp_socket->so_cred); in in_pcblookup_hash_exists()
2573 struct inpcb *local_wild = NULL; in in_pcblookup_hash() local
2660 local_wild = inp; in in_pcblookup_hash()
2665 if (local_wild == NULL) { in in_pcblookup_hash()
2680 if (in_pcb_checkstate(local_wild, WNT_ACQUIRE, 0) != WNT_STOPUSING) { in in_pcblookup_hash()
[all …]