Home
last modified time | relevance | path

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

123

/linux/include/net/
H A Dl3mdev.h59 int l3mdev_fib_rule_match(struct net *net, struct flowi *fl,
63 bool l3mdev_fib_rule_iif_match(const struct flowi *fl, int iifindex) in l3mdev_fib_rule_iif_match()
70 bool l3mdev_fib_rule_oif_match(const struct flowi *fl, int oifindex) in l3mdev_fib_rule_oif_match()
76 void l3mdev_update_flow(struct net *net, struct flowi *fl);
340 int l3mdev_fib_rule_match(struct net *net, struct flowi *fl, in l3mdev_fib_rule_match()
347 bool l3mdev_fib_rule_iif_match(const struct flowi *fl, int iifindex) in l3mdev_fib_rule_iif_match()
353 bool l3mdev_fib_rule_oif_match(const struct flowi *fl, int oifindex) in l3mdev_fib_rule_oif_match()
359 void l3mdev_update_flow(struct net *net, struct flowi *fl) in l3mdev_update_flow()
H A Dfib_rules.h74 struct flowi *, int,
79 struct flowi *, int);
194 int fib_rules_lookup(struct fib_rules_ops *, struct flowi *, int flags,
208 struct flowi *fl, int flags));
210 struct flowi *fl, int flags));
213 struct flowi *flp, int flags,
216 struct flowi *flp, int flags,
H A Dflow.h157 struct flowi { struct
176 static inline struct flowi *flowi4_to_flowi(struct flowi4 *fl4) in flowi4_to_flowi() argument
178 return container_of(fl4, struct flowi, u.ip4); in flowi4_to_flowi()
186 static inline struct flowi *flowi6_to_flowi(struct flowi6 *fl6) in flowi6_to_flowi()
188 return container_of(fl6, struct flowi, u.ip6); in flowi6_to_flowi()
H A Dinet6_connection_sock.h14 struct flowi;
26 int inet6_csk_xmit(struct sock *sk, struct sk_buff *skb, struct flowi *fl);
H A Ddst.h503 struct flowi;
507 const struct flowi *fl, in xfrm_lookup()
516 const struct flowi *fl, const struct sock *sk, in xfrm_lookup_with_ifid()
524 const struct flowi *fl, in xfrm_lookup_route()
538 const struct flowi *fl, const struct sock *sk,
543 const struct flowi *fl,
548 const struct flowi *fl, const struct sock *sk,
H A Dxfrm.h392 const struct flowi *fl);
460 const struct flowi *);
973 __be16 xfrm_flowi_sport(const struct flowi *fl, const union flowi_uli *uli) in xfrm_flowi_sport()
1000 __be16 xfrm_flowi_dport(const struct flowi *fl, const union flowi_uli *uli) in xfrm_flowi_dport()
1024 const struct flowi *fl, unsigned short family);
1331 int __xfrm_decode_session(struct net *net, struct sk_buff *skb, struct flowi *fl,
1334 static inline int xfrm_decode_session(struct net *net, struct sk_buff *skb, struct flowi *fl, in xfrm_decode_session()
1341 struct flowi *fl, in xfrm_decode_session_reverse()
1421 struct flowi *fl, in xfrm_decode_session_reverse()
1439 xfrm_address_t *xfrm_flowi_daddr(const struct flowi *fl, unsigned short family) in xfrm_flowi_daddr()
[all …]
H A Dip6_tunnel.h52 struct flowi fl; /* flowi template for xmit */
/linux/include/linux/
H 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()
H A Dnetfilter.h365 struct flowi;
375 int nf_route(struct net *net, struct dst_entry **dst, struct flowi *fl,
387 void (*decode_session)(struct sk_buff *skb, struct flowi *fl);
394 nf_nat_decode_session(struct sk_buff *skb, struct flowi *fl, u_int8_t family) in nf_nat_decode_session()
440 struct flowi;
442 nf_nat_decode_session(struct sk_buff *skb, struct flowi *fl, u_int8_t family) in nf_nat_decode_session()
H 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/
H A Dxfrm_policy.c217 __xfrm4_selector_match(const struct xfrm_selector *sel, const struct flowi *fl) in __xfrm4_selector_match()
230 __xfrm6_selector_match(const struct xfrm_selector *sel, const struct flowi *fl) in __xfrm6_selector_match()
242 bool xfrm_selector_match(const struct xfrm_selector *sel, const struct flowi *fl, in xfrm_selector_match()
1971 const struct flowi *fl, in xfrm_policy_match()
2096 const struct flowi *fl, in __xfrm_policy_eval_candidates()
2135 const struct flowi *fl, in xfrm_policy_eval_candidates()
2157 const struct flowi *fl, in xfrm_policy_lookup_bytype()
2225 const struct flowi *fl, in xfrm_policy_lookup()
2241 const struct flowi *fl, in xfrm_sk_policy_lookup()
2486 xfrm_tmpl_resolve_one(struct xfrm_policy *policy, const struct flowi *fl, in xfrm_tmpl_resolve_one()
[all …]
/linux/net/l3mdev/
H 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/
H A Dfib6_rules.c162 static int fib6_rule_action_alt(struct fib_rule *rule, struct flowi *flp, in fib6_rule_action_alt()
200 static int __fib6_rule_action(struct fib_rule *rule, struct flowi *flp, in __fib6_rule_action()
269 struct flowi *flp, int flags, in fib6_rule_action()
312 struct flowi *fl, int flags) in fib6_rule_match()
H A Dinet6_connection_sock.c92 int inet6_csk_xmit(struct sock *sk, struct sk_buff *skb, struct flowi *fl_unused) in inet6_csk_xmit()
/linux/Documentation/networking/
H A Dsecid.rst7 flowi structure:
/linux/net/ipv4/netfilter/
H A Dnf_reject_ipv4.c258 struct flowi fl; in nf_reject_fill_skb_dst()
260 memset(&fl, 0, sizeof(struct flowi)); in nf_reject_fill_skb_dst()
/linux/net/ipv4/
H A Dnetfilter.c90 int nf_ip_route(struct net *net, struct dst_entry **dst, struct flowi *fl, in nf_ip_route()
H A Dfib_rules.c112 struct flowi *flp, int flags, in fib4_rule_action()
181 struct flowi *fl, int flags) in fib4_rule_match()
H A Dxfrm4_policy.c67 const struct flowi *fl) in xfrm4_fill_dst()
/linux/net/netfilter/
H A Dnf_flow_table_path.c208 struct flowi fl = {}; in nft_flow_tunnel_update_route()
290 struct flowi fl; in nft_flow_route()
H A Dnft_rt.c26 struct flowi fl; in get_tcpmss()
H A Dutils.c163 int nf_route(struct net *net, struct dst_entry **dst, struct flowi *fl, in nf_route()
/linux/net/ipv6/netfilter/
H A Dnf_reject_ipv6.c299 struct flowi fl; in nf_reject6_fill_skb_dst()
301 memset(&fl, 0, sizeof(struct flowi)); in nf_reject6_fill_skb_dst()
/linux/include/net/sctp/
H A Dstructs.h440 struct flowi *fl,
444 struct flowi *fl);
795 struct flowi fl;
/linux/net/core/
H A Dfib_rules.c261 const struct flowi *fl) in fib_rule_iif_match()
270 const struct flowi *fl) in fib_rule_oif_match()
279 struct flowi *fl, int flags, in fib_rule_match()
313 int fib_rules_lookup(struct fib_rules_ops *ops, struct flowi *fl, in fib_rules_lookup()

123