Home
last modified time | relevance | path

Searched refs:in_pcbrele (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/netinet/
H A Din_pcb.h657 bool in_pcbrele(struct inpcb *, inp_lookup_t);
H A Din_pcb.c1510 if (__predict_false(in_pcbrele(inp, lock))) in _inp_smr_lock()
1657 if (__predict_false(in_pcbrele(inp, lock))) { in inp_next()
1740 in_pcbrele(struct inpcb *inp, const inp_lookup_t lock) in in_pcbrele() function
2393 if (in_pcbrele(inp, lockflags)) in in_pcblookup_hash()
/freebsd/sys/netinet6/
H A Din6_pcb.c1192 if (in_pcbrele(inp, lockflags)) in in6_pcblookup_hash()