Home
last modified time | relevance | path

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

/dragonfly/sys/netinet/
H A Din_pcb.h433 #define ASSERT_PORTHASH_TOKEN_HELD(pcbhashhead) \ macro
436 #define ASSERT_PORTHASH_TOKEN_HELD(pcbhashhead) macro
H A Din_pcb.c513 ASSERT_PORTHASH_TOKEN_HELD(porthash); in in_pcbbind_laddrport_check()
736 ASSERT_PORTHASH_TOKEN_HELD(porthash); in in_pcblookup_localremote()
1477 ASSERT_PORTHASH_TOKEN_HELD(porthash); in in_pcblookup_local()
1938 ASSERT_PORTHASH_TOKEN_HELD(pcbporthash); in in_pcbinsporthash()
/dragonfly/sys/netinet6/
H A Din6_pcb.c630 ASSERT_PORTHASH_TOKEN_HELD(porthash); in in6_pcblookup_local()