Searched refs:TCP_EP_SRC (Results 1 – 2 of 2) sorted by relevance
164 TCP_EP_SRC = 1, enumerator
199 ep->sin.sin_port = src == TCP_EP_SRC ? th_sport(th) : in tcp_endpoint_set()202 src == TCP_EP_SRC ? in tcp_endpoint_set()223 ep->sin6.sin6_port = src == TCP_EP_SRC ? th_sport(th) : in tcp_endpoint_set()226 src == TCP_EP_SRC ? in tcp_endpoint_set()2191 tcp_endpoint_cmp(&conn->dst, pkt, TCP_EP_SRC); in tcp_conn_cmp()2388 if (tcp_endpoint_set(&conn->dst, pkt, TCP_EP_SRC) < 0) { in tcp_conn_new()4140 tcp_endpoint_set(&conn->dst, pkt, TCP_EP_SRC); in tcp_input()4264 tcp_endpoint_set(&conn->dst, pkt, TCP_EP_SRC); in tp_input()
Completed in 15 milliseconds