Home
last modified time | relevance | path

Searched refs:flowi (Results 1 – 25 of 53) sorted by relevance

123

/linux/include/net/
A Dfib_rules.h70 struct flowi *, int,
75 struct flowi *, int);
173 int fib_rules_lookup(struct fib_rules_ops *, struct flowi *, int flags,
187 struct flowi *fl, int flags));
189 struct flowi *fl, int flags));
192 struct flowi *flp, int flags,
195 struct flowi *flp, int flags,
A Dflow.h154 struct flowi { struct
173 static inline struct flowi *flowi4_to_flowi(struct flowi4 *fl4) in flowi4_to_flowi() argument
175 return container_of(fl4, struct flowi, u.ip4); in flowi4_to_flowi()
183 static inline struct flowi *flowi6_to_flowi(struct flowi6 *fl6) in flowi6_to_flowi()
185 return container_of(fl6, struct flowi, u.ip6); in flowi6_to_flowi()
A Dinet6_connection_sock.h14 struct flowi;
26 int inet6_csk_xmit(struct sock *sk, struct sk_buff *skb, struct flowi *fl);
A Ddst.h483 struct flowi;
487 const struct flowi *fl, in xfrm_lookup()
496 const struct flowi *fl, const struct sock *sk, in xfrm_lookup_with_ifid()
504 const struct flowi *fl, in xfrm_lookup_route()
518 const struct flowi *fl, const struct sock *sk,
523 const struct flowi *fl,
528 const struct flowi *fl, const struct sock *sk,
A Dl3mdev.h59 int l3mdev_fib_rule_match(struct net *net, struct flowi *fl,
62 void l3mdev_update_flow(struct net *net, struct flowi *fl);
323 int l3mdev_fib_rule_match(struct net *net, struct flowi *fl, in l3mdev_fib_rule_match()
329 void l3mdev_update_flow(struct net *net, struct flowi *fl) in l3mdev_update_flow()
A Dxfrm.h373 const struct flowi *fl);
442 const struct flowi *);
909 __be16 xfrm_flowi_sport(const struct flowi *fl, const union flowi_uli *uli) in xfrm_flowi_sport()
936 __be16 xfrm_flowi_dport(const struct flowi *fl, const union flowi_uli *uli) in xfrm_flowi_dport()
960 const struct flowi *fl, unsigned short family);
1267 struct flowi *fl, in xfrm_decode_session_reverse()
1347 struct flowi *fl, in xfrm_decode_session_reverse()
1365 xfrm_address_t *xfrm_flowi_daddr(const struct flowi *fl, unsigned short family) in xfrm_flowi_daddr()
1389 void xfrm_flowi_addr_get(const struct flowi *fl, in xfrm_flowi_addr_get()
1442 xfrm_state_addr_flow_check(const struct xfrm_state *x, const struct flowi *fl, in xfrm_state_addr_flow_check()
[all …]
A Dip6_tunnel.h52 struct flowi fl; /* flowi template for xmit */
/linux/include/linux/
A Dnetfilter_ipv4.h26 int nf_ip_route(struct net *net, struct dst_entry **dst, struct flowi *fl,
35 struct flowi *fl, bool strict) in nf_ip_route()
A Dnetfilter.h361 struct flowi;
371 int nf_route(struct net *net, struct dst_entry **dst, struct flowi *fl,
383 void (*decode_session)(struct sk_buff *skb, struct flowi *fl);
390 nf_nat_decode_session(struct sk_buff *skb, struct flowi *fl, u_int8_t family) in nf_nat_decode_session()
436 struct flowi;
438 nf_nat_decode_session(struct sk_buff *skb, struct flowi *fl, u_int8_t family) in nf_nat_decode_session()
A Dnetfilter_ipv6.h49 int (*route)(struct net *net, struct dst_entry **dst, struct flowi *fl,
97 struct flowi *fl, bool strict);
100 struct flowi *fl, bool strict) in nf_ip6_route()
/linux/net/xfrm/
A Dxfrm_policy.c2121 const struct flowi *fl, in xfrm_policy_eval_candidates()
2630 const struct flowi *fl) in xfrm_fill_dst()
2885 struct flowi fl; in xfrm_policy_queue_process()
3155 const struct flowi *fl, in xfrm_lookup_with_ifid()
3556 const struct flowi *fl, struct flowi *fl1) in xfrm_icmp_flow_decode()
3592 struct flowi fl1; in xfrm_selector_inner_icmp_match()
3611 struct flowi fl1; in xfrm_in_fwd_icmp()
3632 struct flowi fl1; in xfrm_out_fwd_icmp()
3665 struct flowi fl; in __xfrm_policy_check()
3853 struct flowi fl; in __xfrm_route_forward()
[all …]
/linux/net/l3mdev/
A Dl3mdev.c247 int l3mdev_fib_rule_match(struct net *net, struct flowi *fl, in l3mdev_fib_rule_match()
271 void l3mdev_update_flow(struct net *net, struct flowi *fl) in l3mdev_update_flow()
/linux/net/ipv6/
A Dfib6_rules.c159 static int fib6_rule_action_alt(struct fib_rule *rule, struct flowi *flp, in fib6_rule_action_alt()
197 static int __fib6_rule_action(struct fib_rule *rule, struct flowi *flp, in __fib6_rule_action()
266 struct flowi *flp, int flags, in fib6_rule_action()
309 struct flowi *fl, int flags) in fib6_rule_match()
A Dinet6_connection_sock.c114 int inet6_csk_xmit(struct sock *sk, struct sk_buff *skb, struct flowi *fl_unused) in inet6_csk_xmit()
A Dnetfilter.c101 struct flowi *fl, bool strict) in __nf_ip6_route()
/linux/Documentation/networking/
A Dsecid.rst7 flowi structure:
/linux/net/ipv4/
A Dnetfilter.c87 int nf_ip_route(struct net *net, struct dst_entry **dst, struct flowi *fl, in nf_ip_route()
A Dfib_rules.c110 struct flowi *flp, int flags, in fib4_rule_action()
179 struct flowi *fl, int flags) in fib4_rule_match()
A Dxfrm4_policy.c66 const struct flowi *fl) in xfrm4_fill_dst()
A Dip_vti.c170 struct flowi *fl) in vti_xmit()
284 struct flowi fl; in vti_tunnel_xmit()
/linux/net/ipv4/netfilter/
A Dnf_reject_ipv4.c226 struct flowi fl; in nf_reject_fill_skb_dst()
228 memset(&fl, 0, sizeof(struct flowi)); in nf_reject_fill_skb_dst()
/linux/net/ipv6/netfilter/
A Dnf_reject_ipv6.c256 struct flowi fl; in nf_reject6_fill_skb_dst()
258 memset(&fl, 0, sizeof(struct flowi)); in nf_reject6_fill_skb_dst()
/linux/net/netfilter/
A Dnft_rt.c26 struct flowi fl; in get_tcpmss()
A Dutils.c163 int nf_route(struct net *net, struct dst_entry **dst, struct flowi *fl, in nf_route()
/linux/include/net/sctp/
A Dstructs.h447 struct flowi *fl,
451 struct flowi *fl);
804 struct flowi fl;

Completed in 63 milliseconds

123