Home
last modified time | relevance | path

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

123

/linux/include/net/
A Dfib_rules.h70 struct flowi *, int,
75 struct flowi *, int);
194 int fib_rules_lookup(struct fib_rules_ops *, struct flowi *, int flags,
209 struct flowi *fl, int flags));
211 struct flowi *fl, int flags));
214 struct flowi *flp, int flags,
217 struct flowi *flp, int flags,
A Dflow.h171 struct flowi { struct
190 static inline struct flowi *flowi4_to_flowi(struct flowi4 *fl4) in flowi4_to_flowi() argument
192 return container_of(fl4, struct flowi, u.ip4); in flowi4_to_flowi()
200 static inline struct flowi *flowi6_to_flowi(struct flowi6 *fl6) in flowi6_to_flowi()
202 return container_of(fl6, struct flowi, u.ip6); in flowi6_to_flowi()
210 static inline struct flowi *flowidn_to_flowi(struct flowidn *fldn) in flowidn_to_flowi()
212 return container_of(fldn, struct flowi, u.dn); in flowidn_to_flowi()
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.h329 const struct flowi *fl);
397 const struct flowi *);
833 __be16 xfrm_flowi_sport(const struct flowi *fl, const union flowi_uli *uli) in xfrm_flowi_sport()
860 __be16 xfrm_flowi_dport(const struct flowi *fl, const union flowi_uli *uli) in xfrm_flowi_dport()
884 const struct flowi *fl, unsigned short family);
1143 int __xfrm_decode_session(struct sk_buff *skb, struct flowi *fl,
1146 static inline int xfrm_decode_session(struct sk_buff *skb, struct flowi *fl, in xfrm_decode_session()
1153 struct flowi *fl, in xfrm_decode_session_reverse()
1232 struct flowi *fl, in xfrm_decode_session_reverse()
1274 void xfrm_flowi_addr_get(const struct flowi *fl, in xfrm_flowi_addr_get()
[all …]
A Dinet6_connection_sock.h24 int inet6_csk_xmit(struct sock *sk, struct sk_buff *skb, struct flowi *fl);
A Dip6_tunnel.h51 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.h354 struct flowi;
364 int nf_route(struct net *net, struct dst_entry **dst, struct flowi *fl,
378 void (*decode_session)(struct sk_buff *skb, struct flowi *fl);
387 nf_nat_decode_session(struct sk_buff *skb, struct flowi *fl, u_int8_t family) in nf_nat_decode_session()
433 struct flowi;
435 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.c1889 const struct flowi *fl, in xfrm_policy_match()
2053 const struct flowi *fl, in xfrm_policy_eval_candidates()
2157 const struct flowi *fl, in xfrm_sk_policy_lookup()
2509 const struct flowi *fl) in xfrm_fill_dst()
2757 struct flowi fl; in xfrm_policy_queue_process()
2880 const struct flowi *fl, in xfrm_create_dummy_bundle()
2938 const struct flowi *fl, in xfrm_bundle_lookup()
3027 const struct flowi *fl, in xfrm_lookup_with_ifid()
3195 const struct flowi *fl, in xfrm_lookup_route()
3489 struct flowi fl; in __xfrm_policy_check()
[all …]
/linux/net/ipv6/
A Dfib6_rules.c157 static int fib6_rule_action_alt(struct fib_rule *rule, struct flowi *flp, in fib6_rule_action_alt()
195 static int __fib6_rule_action(struct fib_rule *rule, struct flowi *flp, in __fib6_rule_action()
260 struct flowi *flp, int flags, in fib6_rule_action()
303 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.c95 struct flowi *fl, bool strict) in __nf_ip6_route()
/linux/net/decnet/
A Ddn_rules.c68 static int dn_fib_rule_action(struct fib_rule *rule, struct flowi *flp, in dn_fib_rule_action()
108 static int dn_fib_rule_match(struct fib_rule *rule, struct flowi *fl, int flags) in dn_fib_rule_match()
/linux/net/l3mdev/
A Dl3mdev.c247 int l3mdev_fib_rule_match(struct net *net, struct flowi *fl, in l3mdev_fib_rule_match()
277 void l3mdev_update_flow(struct net *net, struct flowi *fl) in l3mdev_update_flow()
/linux/Documentation/networking/
A Dsecid.rst7 flowi structure:
/linux/net/ipv4/netfilter/
A Dnf_reject_ipv4.c224 struct flowi fl; in nf_reject_fill_skb_dst()
226 memset(&fl, 0, sizeof(struct flowi)); in nf_reject_fill_skb_dst()
/linux/net/ipv4/
A Dfib_rules.c108 struct flowi *flp, int flags, in fib4_rule_action()
177 struct flowi *fl, int flags) in fib4_rule_match()
A Dnetfilter.c87 int nf_ip_route(struct net *net, struct dst_entry **dst, struct flowi *fl, in nf_ip_route()
/linux/net/ipv6/netfilter/
A 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/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()
A 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/include/net/sctp/
A Dstructs.h450 struct flowi *fl,
454 struct flowi *fl);
806 struct flowi fl;

Completed in 69 milliseconds

123