/linux/include/net/ |
H A D | route.h | 132 struct rtable *ip_route_output_key_hash(struct net *net, struct flowi4 *flp, 134 struct rtable *ip_route_output_key_hash_rcu(struct net *net, struct flowi4 *flp, 139 struct flowi4 *flp) in __ip_route_output_key() 144 struct rtable *ip_route_output_flow(struct net *, struct flowi4 *flp, 149 static inline struct rtable *ip_route_output_key(struct net *net, struct flowi4 *flp) in ip_route_output_key() 162 struct flowi4 fl4 = { in ip_route_output() 173 static inline struct rtable *ip_route_output_ports(struct net *net, struct flowi4 *fl4, in ip_route_output_ports() 188 static inline struct rtable *ip_route_output_gre(struct net *net, struct flowi4 *fl4, in ip_route_output_gre() 305 static inline void ip_route_connect_init(struct flowi4 *fl4, __be32 dst, in ip_route_connect_init() 320 static inline struct rtable *ip_route_connect(struct flowi4 *fl4, __be32 dst, in ip_route_connect() [all …]
|
H A D | flow.h | 65 struct flowi4 { struct 93 static inline void flowi4_init_output(struct flowi4 *fl4, int oif, in flowi4_init_output() argument 119 static inline void flowi4_update_output(struct flowi4 *fl4, int oif, in flowi4_update_output() 157 struct flowi4 ip4; 173 static inline struct flowi *flowi4_to_flowi(struct flowi4 *fl4) in flowi4_to_flowi() 178 static inline struct flowi_common *flowi4_to_flowi_common(struct flowi4 *fl4) in flowi4_to_flowi_common()
|
H A D | ip_fib.h | 277 int fib_table_lookup(struct fib_table *tb, const struct flowi4 *flp, 314 static inline int fib_lookup(struct net *net, const struct flowi4 *flp, in fib_lookup() 357 struct flowi4 *fl4, in fib4_rules_early_flow_dissect() 369 int __fib_lookup(struct net *net, struct flowi4 *flp, 372 static inline int fib_lookup(struct net *net, struct flowi4 *flp, in fib_lookup() 418 struct flowi4 *fl4, in fib4_rules_early_flow_dissect() 439 static inline bool fib_dscp_masked_match(dscp_t dscp, const struct flowi4 *fl4) in fib_dscp_masked_match() 542 int fib_multipath_hash(const struct net *net, const struct flowi4 *fl4, 577 struct flowi4 *fl4, const struct sk_buff *skb); 594 const struct flowi4 *flp);
|
H A D | ip.h | 218 int ip_append_data(struct sock *sk, struct flowi4 *fl4, 227 struct sk_buff *__ip_make_skb(struct sock *sk, struct flowi4 *fl4, 231 int ip_push_pending_frames(struct sock *sk, struct flowi4 *fl4); 233 struct sk_buff *ip_make_skb(struct sock *sk, struct flowi4 *fl4, 242 static inline struct sk_buff *ip_finish_skb(struct sock *sk, struct flowi4 *fl4) in ip_finish_skb()
|
H A D | ip_tunnels.h | 346 static inline void ip_tunnel_init_flow(struct flowi4 *fl4, in ip_tunnel_init_flow() 425 u8 *protocol, struct flowi4 *fl4); 527 u8 *protocol, struct flowi4 *fl4) in ip_tunnel_encap()
|
/linux/net/ipv4/netfilter/ |
H A D | ipt_rpfilter.c | 33 static bool rpfilter_lookup_reverse(struct net *net, struct flowi4 *fl4, in rpfilter_lookup_reverse() 58 struct flowi4 flow; in rpfilter_mt()
|
H A D | nf_dup_ipv4.c | 29 struct flowi4 fl4; in nf_dup_ipv4_route()
|
H A D | nft_fib_ipv4.c | 65 struct flowi4 fl4 = { in nft_fib4_eval()
|
/linux/drivers/net/ethernet/netronome/nfp/flower/ |
H A D | tunnel_conf.c | 518 struct flowi4 *flowi4 = (struct flowi4 *)flow; in nfp_tun_write_neigh() local 522 payload->src_ipv4 = flowi4->saddr; in nfp_tun_write_neigh() 523 payload->dst_ipv4 = flowi4->daddr; in nfp_tun_write_neigh() 558 struct flowi4 *flowi4 = (struct flowi4 *)flow; in nfp_tun_write_neigh() local 563 payload->dst_ipv4 = flowi4->daddr; in nfp_tun_write_neigh() 669 struct flowi4 flow4 = {}; in nfp_tun_neigh_update() 754 struct flowi4 flow = {}; in nfp_tunnel_request_route_v4()
|
/linux/net/ipv4/ |
H A D | datagram.c | 23 struct flowi4 *fl4; in __ip4_datagram_connect() 108 struct flowi4 fl4; in ip4_datagram_release_cb()
|
H A D | route.c | 499 static void __build_flow_key(const struct net *net, struct flowi4 *fl4, in __build_flow_key() 520 static void build_skb_flow_key(struct flowi4 *fl4, const struct sk_buff *skb, in build_skb_flow_key() 533 static void build_sk_flow_key(struct flowi4 *fl4, const struct sock *sk) in build_sk_flow_key() 553 static void ip_rt_build_flow_key(struct flowi4 *fl4, const struct sock *sk, in ip_rt_build_flow_key() 727 static void __ip_do_redirect(struct rtable *rt, struct sk_buff *skb, struct flowi4 *fl4, in __ip_do_redirect() 815 struct flowi4 fl4; in ip_do_redirect() 1001 static void __ip_rt_update_pmtu(struct rtable *rt, struct flowi4 *fl4, u32 mtu) in __ip_rt_update_pmtu() 1055 struct flowi4 fl4; in ip_rt_update_pmtu() 1070 struct flowi4 fl4; in ipv4_update_pmtu() 1087 struct flowi4 fl4; in __ipv4_sk_update_pmtu() [all …]
|
H A D | icmp.c | 309 struct flowi4 *fl4, int type, int code, in icmpv4_xrlim_allow() 369 struct flowi4 *fl4, in icmp_push_reply() 407 struct flowi4 fl4; in icmp_reply() 481 static struct rtable *icmp_route_lookup(struct net *net, struct flowi4 *fl4, in icmp_route_lookup() 490 struct flowi4 fl4_dec; in icmp_route_lookup() 538 struct flowi4 fl4_2 = {}; in icmp_route_lookup() 604 struct flowi4 fl4; in __icmp_send()
|
H A D | ip_output.c | 447 static void ip_copy_addrs(struct iphdr *iph, const struct flowi4 *fl4) in ip_copy_addrs() 463 struct flowi4 *fl4; in __ip_queue_xmit() 953 struct flowi4 *fl4, in __ip_append_data() 1354 int ip_append_data(struct sock *sk, struct flowi4 *fl4, in ip_append_data() 1394 struct flowi4 *fl4, in __ip_make_skb() 1516 int ip_push_pending_frames(struct sock *sk, struct flowi4 *fl4) in ip_push_pending_frames() 1549 struct flowi4 *fl4, in ip_make_skb() 1608 struct flowi4 fl4; in ip_send_unicast_reply()
|
H A D | netfilter.c | 25 struct flowi4 fl4 = {}; in ip_route_me_harder()
|
H A D | fib_rules.c | 82 int __fib_lookup(struct net *net, struct flowi4 *flp, in __fib_lookup() 182 struct flowi4 *fl4 = &fl->u.ip4; in fib4_rule_match()
|
H A D | fib_frontend.c | 210 struct flowi4 fl4 = { .daddr = addr }; in __inet_dev_addr_type() 292 struct flowi4 fl4 = { in fib_compute_spec_dst() 353 struct flowi4 fl4; in __fib_validate_source() 1351 struct flowi4 fl4 = { in nl_fib_lookup()
|
H A D | fou_core.c | 1036 struct flowi4 *fl4, u8 *protocol, __be16 sport) in fou_build_udp() 1055 u8 *protocol, struct flowi4 *fl4) in fou_build_header() 1072 u8 *protocol, struct flowi4 *fl4) in gue_build_header()
|
/linux/include/trace/events/ |
H A D | fib.h | 15 TP_PROTO(u32 tb_id, const struct flowi4 *flp,
|
/linux/drivers/net/ppp/ |
H A D | pptp.c | 133 struct flowi4 *fl4) in pptp_route_output() 157 struct flowi4 fl4; in pptp_xmit() 422 struct flowi4 fl4; in pptp_connect()
|
/linux/drivers/net/ethernet/chelsio/libcxgb/ |
H A D | libcxgb_cm.c | 98 struct flowi4 fl4; in cxgb_find_route()
|
/linux/net/dccp/ |
H A D | ipv4.c | 53 struct flowi4 *fl4; in dccp_v4_connect() 472 struct flowi4 fl4 = { in dccp_v4_route_skb() 498 struct flowi4 fl4; in dccp_v4_send_response()
|
/linux/drivers/net/ |
H A D | gtp.c | 345 static struct rtable *ip4_route_output_gtp(struct flowi4 *fl4, in ip4_route_output_gtp() 426 struct flowi4 fl4; in gtp0_send_echo_resp_ip() 655 struct flowi4 fl4; in gtp1u_send_echo_resp() 987 struct flowi4 fl4; 1017 struct flowi4 *fl4, in gtp_set_pktinfo_ipv4() 1048 struct flowi4 fl4; in gtp_build_skb_outer_ip4() 2322 struct flowi4 fl4; in gtp_genl_send_echo_req()
|
H A D | amt.c | 620 struct flowi4 fl4; in amt_send_discovery() 709 struct flowi4 fl4; in amt_send_request() 1003 struct flowi4 fl4; in amt_send_membership_update() 1017 memset(&fl4, 0, sizeof(struct flowi4)); in amt_send_membership_update() 1063 struct flowi4 fl4; in amt_send_multicast_data() 1076 memset(&fl4, 0, sizeof(struct flowi4)); in amt_send_multicast_data() 1117 struct flowi4 fl4; in amt_send_membership_query() 1130 memset(&fl4, 0, sizeof(struct flowi4)); in amt_send_membership_query() 2557 struct flowi4 fl4; in amt_send_advertisement()
|
/linux/net/netfilter/ |
H A D | xt_TCPMSS.c | 52 struct flowi4 *fl4 = &fl.u.ip4; in tcpmss_reverse_mtu()
|
/linux/net/xfrm/ |
H A D | xfrm_nat_keepalive.c | 42 struct flowi4 fl4; in nat_keepalive_send_ipv4()
|