Lines Matching refs:fl4
45 struct flowi4 *fl4; in dccp_v4_connect() local
70 fl4 = &inet->cork.fl.u.ip4; in dccp_v4_connect()
71 rt = ip_route_connect(fl4, nexthop, inet->inet_saddr, in dccp_v4_connect()
84 daddr = fl4->daddr; in dccp_v4_connect()
87 inet->inet_saddr = fl4->saddr; in dccp_v4_connect()
106 rt = ip_route_newports(fl4, rt, orig_sport, orig_dport, in dccp_v4_connect()
459 struct flowi4 fl4 = { in dccp_v4_route_skb() local
469 security_skb_classify_flow(skb, flowi4_to_flowi_common(&fl4)); in dccp_v4_route_skb()
470 rt = ip_route_output_flow(net, &fl4, sk); in dccp_v4_route_skb()
484 struct flowi4 fl4; in dccp_v4_send_response() local
486 dst = inet_csk_route_req(sk, &fl4, req); in dccp_v4_send_response()