Searched refs:inp1 (Results 1 – 1 of 1) sorted by relevance
3290 infc_cmp(const struct inpcb *inp1, const struct inpcb *inp2) in infc_cmp() argument3292 return memcmp(&(inp1->inp_flowhash), &(inp2->inp_flowhash), in infc_cmp()3293 sizeof(inp1->inp_flowhash)); in infc_cmp()