Searched refs:flow_flags (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/include/net/ |
D | route.h | 195 u32 mark, u8 protocol, int flow_flags); 198 u8 protocol, int flow_flags); 264 __u8 flow_flags = 0; in ip_route_connect_init() local 267 flow_flags |= FLOWI_FLAG_ANYSRC; in ip_route_connect_init() 270 protocol, flow_flags, dst, src, dport, sport); in ip_route_connect_init()
|
/linux-4.4.14/net/ipv4/ |
D | route.c | 507 u8 prot, u32 mark, int flow_flags) in __build_flow_key() argument 519 flow_flags, in __build_flow_key() 1006 int oif, u32 mark, u8 protocol, int flow_flags) in ipv4_update_pmtu() argument 1016 RT_TOS(iph->tos), protocol, mark, flow_flags); in ipv4_update_pmtu() 1097 int oif, u32 mark, u8 protocol, int flow_flags) in ipv4_redirect() argument 1104 RT_TOS(iph->tos), protocol, mark, flow_flags); in ipv4_redirect()
|
D | udp.c | 1021 __u8 flow_flags = inet_sk_flowi_flags(sk); in udp_sendmsg() local 1027 flow_flags, in udp_sendmsg()
|