/linux/include/net/ |
A D | route.h | 117 struct rtable *ip_route_output_key_hash(struct net *net, struct flowi4 *flp, 119 struct rtable *ip_route_output_key_hash_rcu(struct net *net, struct flowi4 *flp, 124 struct flowi4 *flp) in __ip_route_output_key() 129 struct rtable *ip_route_output_flow(struct net *, struct flowi4 *flp, 140 static inline struct rtable *ip_route_output_key(struct net *net, struct flowi4 *flp) in ip_route_output_key() 148 struct flowi4 fl4 = { in ip_route_output() 157 static inline struct rtable *ip_route_output_ports(struct net *net, struct flowi4 *fl4, in ip_route_output_ports() 172 static inline struct rtable *ip_route_output_gre(struct net *net, struct flowi4 *fl4, in ip_route_output_gre() 291 static inline void ip_route_connect_init(struct flowi4 *fl4, __be32 dst, __be32 src, in ip_route_connect_init() 306 static inline struct rtable *ip_route_connect(struct flowi4 *fl4, in ip_route_connect() [all …]
|
A D | flow.h | 69 struct flowi4 { struct 96 static inline void flowi4_init_output(struct flowi4 *fl4, int oif, in flowi4_init_output() argument 121 static inline void flowi4_update_output(struct flowi4 *fl4, int oif, __u8 tos, in flowi4_update_output() 174 struct flowi4 ip4; 190 static inline struct flowi *flowi4_to_flowi(struct flowi4 *fl4) in flowi4_to_flowi() 195 static inline struct flowi_common *flowi4_to_flowi_common(struct flowi4 *fl4) in flowi4_to_flowi_common()
|
A D | ip_fib.h | 269 int fib_table_lookup(struct fib_table *tb, const struct flowi4 *flp, 306 static inline int fib_lookup(struct net *net, const struct flowi4 *flp, in fib_lookup() 349 struct flowi4 *fl4, in fib4_rules_early_flow_dissect() 361 int __fib_lookup(struct net *net, struct flowi4 *flp, 364 static inline int fib_lookup(struct net *net, struct flowi4 *flp, in fib_lookup() 410 struct flowi4 *fl4, in fib4_rules_early_flow_dissect() 513 int fib_multipath_hash(const struct net *net, const struct flowi4 *fl4, 520 struct flowi4 *fl4, const struct sk_buff *skb); 537 const struct flowi4 *flp);
|
A D | ip.h | 213 int ip_append_data(struct sock *sk, struct flowi4 *fl4, 222 ssize_t ip_append_page(struct sock *sk, struct flowi4 *fl4, struct page *page, 224 struct sk_buff *__ip_make_skb(struct sock *sk, struct flowi4 *fl4, 228 int ip_push_pending_frames(struct sock *sk, struct flowi4 *fl4); 230 struct sk_buff *ip_make_skb(struct sock *sk, struct flowi4 *fl4, 239 static inline struct sk_buff *ip_finish_skb(struct sock *sk, struct flowi4 *fl4) in ip_finish_skb()
|
A D | ip_tunnels.h | 240 static inline void ip_tunnel_init_flow(struct flowi4 *fl4, in ip_tunnel_init_flow() 298 u8 *protocol, struct flowi4 *fl4); 356 u8 *protocol, struct flowi4 *fl4) in ip_tunnel_encap()
|
/linux/net/ipv4/ |
A D | xfrm4_policy.c | 20 static struct dst_entry *__xfrm4_dst_lookup(struct net *net, struct flowi4 *fl4, in __xfrm4_dst_lookup() 50 struct flowi4 fl4; in xfrm4_dst_lookup() 60 struct flowi4 fl4; in xfrm4_get_saddr() 75 const struct flowi4 *fl4 = &fl->u.ip4; in xfrm4_fill_dst()
|
A D | datagram.c | 23 struct flowi4 *fl4; in __ip4_datagram_connect() 105 struct flowi4 fl4; in ip4_datagram_release_cb()
|
A D | route.c | 815 struct flowi4 fl4; in ip_do_redirect() 1047 struct flowi4 fl4; in ip_rt_update_pmtu() 1062 struct flowi4 fl4; in ipv4_update_pmtu() 1079 struct flowi4 fl4; in __ipv4_sk_update_pmtu() 1097 struct flowi4 fl4; in ipv4_sk_update_pmtu() 1152 struct flowi4 fl4; in ipv4_redirect() 1168 struct flowi4 fl4; in ipv4_sk_redirect() 1267 struct flowi4 fl4 = { in ip_rt_get_source() 2209 struct flowi4 fl4; in ip_route_input_slow() 2876 struct flowi4 fl4; in ip_route_output_tunnel() [all …]
|
A D | icmp.c | 314 struct flowi4 *fl4, int type, int code) in icmpv4_xrlim_allow() 367 struct flowi4 *fl4, in icmp_push_reply() 406 struct flowi4 fl4; in icmp_reply() 481 struct flowi4 *fl4, in icmp_route_lookup() 490 struct flowi4 fl4_dec; in icmp_route_lookup() 534 struct flowi4 fl4_2 = {}; in icmp_route_lookup() 599 struct flowi4 fl4; in __icmp_send()
|
A D | ip_output.c | 436 static void ip_copy_addrs(struct iphdr *iph, const struct flowi4 *fl4) in ip_copy_addrs() 452 struct flowi4 *fl4; in __ip_queue_xmit() 944 struct flowi4 *fl4, in __ip_append_data() 1289 int ip_append_data(struct sock *sk, struct flowi4 *fl4, in ip_append_data() 1315 ssize_t ip_append_page(struct sock *sk, struct flowi4 *fl4, struct page *page, in ip_append_page() 1459 struct flowi4 *fl4, in __ip_make_skb() 1566 int ip_push_pending_frames(struct sock *sk, struct flowi4 *fl4) in ip_push_pending_frames() 1599 struct flowi4 *fl4, in ip_make_skb() 1657 struct flowi4 fl4; in ip_send_unicast_reply()
|
A D | fib_rules.c | 80 int __fib_lookup(struct net *net, struct flowi4 *flp, in __fib_lookup() 180 struct flowi4 *fl4 = &fl->u.ip4; in fib4_rule_match()
|
A D | netfilter.c | 24 struct flowi4 fl4 = {}; in ip_route_me_harder()
|
A D | raw.c | 344 static int raw_send_hdrinc(struct sock *sk, struct flowi4 *fl4, in raw_send_hdrinc() 448 static int raw_probe_proto_opt(struct raw_frag_vec *rfv, struct flowi4 *fl4) in raw_probe_proto_opt() 505 struct flowi4 fl4; in raw_sendmsg()
|
A D | fib_frontend.c | 209 struct flowi4 fl4 = { .daddr = addr }; in __inet_dev_addr_type() 291 struct flowi4 fl4 = { in fib_compute_spec_dst() 351 struct flowi4 fl4; in __fib_validate_source() 1323 struct flowi4 fl4 = { in nl_fib_lookup()
|
A D | fou.c | 1063 struct flowi4 *fl4, u8 *protocol, __be16 sport) in fou_build_udp() 1082 u8 *protocol, struct flowi4 *fl4) in fou_build_header() 1099 u8 *protocol, struct flowi4 *fl4) in gue_build_header()
|
/linux/net/ipv4/netfilter/ |
A D | ipt_rpfilter.c | 32 static bool rpfilter_lookup_reverse(struct net *net, struct flowi4 *fl4, in rpfilter_lookup_reverse() 58 struct flowi4 flow; in rpfilter_mt()
|
A D | nf_dup_ipv4.c | 28 struct flowi4 fl4; in nf_dup_ipv4_route()
|
A D | nft_fib_ipv4.c | 65 struct flowi4 fl4 = { in nft_fib4_eval()
|
/linux/include/trace/events/ |
A D | fib.h | 15 TP_PROTO(u32 tb_id, const struct flowi4 *flp,
|
/linux/drivers/net/ethernet/chelsio/libcxgb/ |
A D | libcxgb_cm.c | 97 struct flowi4 fl4; in cxgb_find_route()
|
/linux/net/dccp/ |
A D | ipv4.c | 52 struct flowi4 *fl4; in dccp_v4_connect() 464 struct flowi4 fl4 = { in dccp_v4_route_skb() 489 struct flowi4 fl4; in dccp_v4_send_response()
|
/linux/drivers/net/ |
A D | gtp.c | 391 static struct rtable *ip4_route_output_gtp(struct flowi4 *fl4, in ip4_route_output_gtp() 448 struct flowi4 fl4; 472 struct flowi4 *fl4, in gtp_set_pktinfo_ipv4() 489 struct flowi4 fl4; in gtp_build_skb_ip4()
|
A D | amt.c | 626 struct flowi4 fl4; in amt_send_discovery() 717 struct flowi4 fl4; in amt_send_request() 973 struct flowi4 fl4; in amt_send_membership_update() 987 memset(&fl4, 0, sizeof(struct flowi4)); in amt_send_membership_update() 1033 struct flowi4 fl4; in amt_send_multicast_data() 1046 memset(&fl4, 0, sizeof(struct flowi4)); in amt_send_multicast_data() 1087 struct flowi4 fl4; in amt_send_membership_query() 1100 memset(&fl4, 0, sizeof(struct flowi4)); in amt_send_membership_query() 2493 struct flowi4 fl4; in amt_send_advertisement()
|
/linux/drivers/net/ppp/ |
A D | pptp.c | 139 struct flowi4 fl4; in pptp_xmit() 408 struct flowi4 fl4; in pptp_connect()
|
/linux/drivers/net/ethernet/netronome/nfp/flower/ |
A D | tunnel_conf.c | 449 struct flowi4 *flow, struct neighbour *neigh, gfp_t flag) in nfp_tun_write_neigh_v4() 525 struct flowi4 flow4 = {}; in nfp_tun_neigh_event_handler() 604 struct flowi4 flow = {}; in nfp_tunnel_request_route_v4()
|