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