Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet6/
H A Din6_pcb.c969 struct inpcb *inp, *tmpinp; in in6_pcblookup_group() local
976 tmpinp = NULL; in in6_pcblookup_group()
995 if (tmpinp == NULL) in in6_pcblookup_group()
996 tmpinp = inp; in in6_pcblookup_group()
999 if (tmpinp != NULL) { in in6_pcblookup_group()
1000 inp = tmpinp; in in6_pcblookup_group()
1180 tmpinp = NULL; in in6_pcblookup_hash_locked()
1198 if (tmpinp == NULL) in in6_pcblookup_hash_locked()
1199 tmpinp = inp; in in6_pcblookup_hash_locked()
1202 if (tmpinp != NULL) in in6_pcblookup_hash_locked()
[all …]
/f-stack/freebsd/netinet/
H A Din_pcb.c687 struct inpcb *tmpinp; in in_pcb_lport_dest() local
774 tmpinp = NULL; in in_pcb_lport_dest()
2200 tmpinp = NULL; in in_pcblookup_group()
2221 if (tmpinp == NULL) in in_pcblookup_group()
2222 tmpinp = inp; in in_pcblookup_group()
2225 if (tmpinp != NULL) { in in_pcblookup_group()
2226 inp = tmpinp; in in_pcblookup_group()
2439 tmpinp = NULL; in in_pcblookup_hash_locked()
2460 tmpinp = inp; in in_pcblookup_hash_locked()
2463 if (tmpinp != NULL) in in_pcblookup_hash_locked()
[all …]