Searched refs:flowi (Results 1 – 15 of 15) sorted by relevance
/include/linux/ |
D | netfilter_ipv4.h | 26 int nf_ip_route(struct net *net, struct dst_entry **dst, struct flowi *fl, 35 struct flowi *fl, bool strict) in nf_ip_route()
|
D | netfilter_ipv6.h | 50 int (*route)(struct net *net, struct dst_entry **dst, struct flowi *fl, 100 struct flowi *fl, bool strict); 103 struct flowi *fl, bool strict) in nf_ip6_route()
|
D | netfilter.h | 352 struct flowi; 362 int nf_route(struct net *net, struct dst_entry **dst, struct flowi *fl, 376 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()
|
/include/net/ |
D | fib_rules.h | 70 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,
|
D | flow.h | 171 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()
|
D | inet6_connection_sock.h | 24 int inet6_csk_xmit(struct sock *sk, struct sk_buff *skb, struct flowi *fl);
|
D | l3mdev.h | 59 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()
|
D | dst.h | 476 struct flowi; 480 const struct flowi *fl, in xfrm_lookup() 489 const struct flowi *fl, const struct sock *sk, in xfrm_lookup_with_ifid() 497 const struct flowi *fl, in xfrm_lookup_route() 511 const struct flowi *fl, const struct sock *sk, 516 const struct flowi *fl, 521 const struct flowi *fl, const struct sock *sk,
|
D | xfrm.h | 334 const struct flowi *fl); 402 const struct flowi *); 838 __be16 xfrm_flowi_sport(const struct flowi *fl, const union flowi_uli *uli) in xfrm_flowi_sport() 865 __be16 xfrm_flowi_dport(const struct flowi *fl, const union flowi_uli *uli) in xfrm_flowi_dport() 889 const struct flowi *fl, unsigned short family); 1150 int __xfrm_decode_session(struct sk_buff *skb, struct flowi *fl, 1153 static inline int xfrm_decode_session(struct sk_buff *skb, struct flowi *fl, in xfrm_decode_session() 1160 struct flowi *fl, in xfrm_decode_session_reverse() 1240 struct flowi *fl, in xfrm_decode_session_reverse() 1258 xfrm_address_t *xfrm_flowi_daddr(const struct flowi *fl, unsigned short family) in xfrm_flowi_daddr() [all …]
|
D | ip6_tunnel.h | 51 struct flowi fl; /* flowi template for xmit */
|
D | inet_sock.h | 181 struct flowi fl;
|
D | inet_connection_sock.h | 36 int (*queue_xmit)(struct sock *sk, struct sk_buff *skb, struct flowi *fl);
|
D | ip.h | 213 int __ip_queue_xmit(struct sock *sk, struct sk_buff *skb, struct flowi *fl, 240 int ip_queue_xmit(struct sock *sk, struct sk_buff *skb, struct flowi *fl);
|
D | tcp.h | 2070 struct flowi *fl, 2075 struct flowi *fl, struct request_sock *req,
|
/include/net/sctp/ |
D | structs.h | 450 struct flowi *fl, 454 struct flowi *fl); 806 struct flowi fl;
|