Home
last modified time | relevance | path

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

123

/Linux-v6.1/include/net/
Dfib_rules.h70 struct flowi *, int,
75 struct flowi *, int);
173 int fib_rules_lookup(struct fib_rules_ops *, struct flowi *, int flags,
188 struct flowi *fl, int flags));
190 struct flowi *fl, int flags));
193 struct flowi *flp, int flags,
196 struct flowi *flp, int flags,
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()
Dinet6_connection_sock.h14 struct flowi;
26 int inet6_csk_xmit(struct sock *sk, struct sk_buff *skb, struct flowi *fl);
Ddst.h478 struct flowi;
482 const struct flowi *fl, in xfrm_lookup()
491 const struct flowi *fl, const struct sock *sk, in xfrm_lookup_with_ifid()
499 const struct flowi *fl, in xfrm_lookup_route()
513 const struct flowi *fl, const struct sock *sk,
518 const struct flowi *fl,
523 const struct flowi *fl, const struct sock *sk,
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()
Dxfrm.h345 const struct flowi *fl);
414 const struct flowi *);
850 __be16 xfrm_flowi_sport(const struct flowi *fl, const union flowi_uli *uli) in xfrm_flowi_sport()
877 __be16 xfrm_flowi_dport(const struct flowi *fl, const union flowi_uli *uli) in xfrm_flowi_dport()
901 const struct flowi *fl, unsigned short family);
1162 int __xfrm_decode_session(struct sk_buff *skb, struct flowi *fl,
1165 static inline int xfrm_decode_session(struct sk_buff *skb, struct flowi *fl, in xfrm_decode_session()
1172 struct flowi *fl, in xfrm_decode_session_reverse()
1252 struct flowi *fl, in xfrm_decode_session_reverse()
1270 xfrm_address_t *xfrm_flowi_daddr(const struct flowi *fl, unsigned short family) in xfrm_flowi_daddr()
[all …]
Dip6_tunnel.h52 struct flowi fl; /* flowi template for xmit */
/Linux-v6.1/include/linux/
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()
Dnetfilter.h349 struct flowi;
359 int nf_route(struct net *net, struct dst_entry **dst, struct flowi *fl,
373 void (*decode_session)(struct sk_buff *skb, struct flowi *fl);
383 nf_nat_decode_session(struct sk_buff *skb, struct flowi *fl, u_int8_t family) in nf_nat_decode_session()
429 struct flowi;
431 nf_nat_decode_session(struct sk_buff *skb, struct flowi *fl, u_int8_t family) in nf_nat_decode_session()
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-v6.1/net/ipv6/
Dfib6_rules.c158 static int fib6_rule_action_alt(struct fib_rule *rule, struct flowi *flp, in fib6_rule_action_alt()
196 static int __fib6_rule_action(struct fib_rule *rule, struct flowi *flp, in __fib6_rule_action()
261 struct flowi *flp, int flags, in fib6_rule_action()
304 struct flowi *fl, int flags) in fib6_rule_match()
Dinet6_connection_sock.c114 int inet6_csk_xmit(struct sock *sk, struct sk_buff *skb, struct flowi *fl_unused) in inet6_csk_xmit()
Dnetfilter.c100 struct flowi *fl, bool strict) in __nf_ip6_route()
/Linux-v6.1/net/xfrm/
Dxfrm_policy.c198 __xfrm4_selector_match(const struct xfrm_selector *sel, const struct flowi *fl) in __xfrm4_selector_match()
211 __xfrm6_selector_match(const struct xfrm_selector *sel, const struct flowi *fl) in __xfrm6_selector_match()
223 bool xfrm_selector_match(const struct xfrm_selector *sel, const struct flowi *fl, in xfrm_selector_match()
1891 const struct flowi *fl, in xfrm_policy_match()
2016 const struct flowi *fl, in __xfrm_policy_eval_candidates()
2055 const struct flowi *fl, in xfrm_policy_eval_candidates()
2077 const struct flowi *fl, in xfrm_policy_lookup_bytype()
2142 const struct flowi *fl, in xfrm_policy_lookup()
2158 const struct flowi *fl, in xfrm_sk_policy_lookup()
2362 xfrm_tmpl_resolve_one(struct xfrm_policy *policy, const struct flowi *fl, in xfrm_tmpl_resolve_one()
[all …]
/Linux-v6.1/net/l3mdev/
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-v6.1/Documentation/networking/
Dsecid.rst7 flowi structure:
/Linux-v6.1/net/ipv4/
Dnetfilter.c86 int nf_ip_route(struct net *net, struct dst_entry **dst, struct flowi *fl, in nf_ip_route()
Dfib_rules.c109 struct flowi *flp, int flags, in fib4_rule_action()
178 struct flowi *fl, int flags) in fib4_rule_match()
Dxfrm4_policy.c70 const struct flowi *fl) in xfrm4_fill_dst()
/Linux-v6.1/net/ipv4/netfilter/
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-v6.1/net/ipv6/netfilter/
Dnf_reject_ipv6.c266 struct flowi fl; in nf_reject6_fill_skb_dst()
268 memset(&fl, 0, sizeof(struct flowi)); in nf_reject6_fill_skb_dst()
/Linux-v6.1/net/netfilter/
Dnft_rt.c26 struct flowi fl; in get_tcpmss()
Dutils.c163 int nf_route(struct net *net, struct dst_entry **dst, struct flowi *fl, in nf_route()
Dnf_nat_core.c59 struct flowi *fl) in nf_nat_ipv4_decode_session()
91 struct flowi *fl) in nf_nat_ipv6_decode_session()
121 static void __nf_nat_decode_session(struct sk_buff *skb, struct flowi *fl) in __nf_nat_decode_session()
/Linux-v6.1/include/net/sctp/
Dstructs.h450 struct flowi *fl,
454 struct flowi *fl);
806 struct flowi fl;

123