Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/netinet/
H A Din_pcb.c3340 infc_cmp(const struct inpcb *inp1, const struct inpcb *inp2) in infc_cmp() argument
3342 return memcmp(&(inp1->inp_flowhash), &(inp2->inp_flowhash), in infc_cmp()
3343 sizeof(inp1->inp_flowhash)); in infc_cmp()