Searched refs:tcp_endpoint_cmp (Results 1 – 1 of 1) sorted by relevance
2199 static bool tcp_endpoint_cmp(union tcp_endpoint *ep, struct net_pkt *pkt, in tcp_endpoint_cmp() function2213 return tcp_endpoint_cmp(&conn->src, pkt, TCP_EP_DST) && in tcp_conn_cmp()2214 tcp_endpoint_cmp(&conn->dst, pkt, TCP_EP_SRC); in tcp_conn_cmp()