Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/netinet6/
H A Din6_pcb.c1427 struct inpcb *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 *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-10063.101.15/bsd/netinet/
H A Din_pcb.c2446 struct inpcb *local_wild = NULL; in in_pcblookup_hash_exists() local
2535 local_wild = inp; in in_pcblookup_hash_exists()
2540 if (local_wild == NULL) { in in_pcblookup_hash_exists()
2554 if ((found = (local_wild->inp_socket != NULL))) { in in_pcblookup_hash_exists()
2556 local_wild->inp_socket->so_cred); in in_pcblookup_hash_exists()
2558 local_wild->inp_socket->so_cred); in in_pcblookup_hash_exists()
2575 struct inpcb *local_wild = NULL; in in_pcblookup_hash() local
2662 local_wild = inp; in in_pcblookup_hash()
2667 if (local_wild == NULL) { in in_pcblookup_hash()
2682 if (in_pcb_checkstate(local_wild, WNT_ACQUIRE, 0) != WNT_STOPUSING) { in in_pcblookup_hash()
[all …]