Searched refs:flowi (Results 1 – 15 of 15) sorted by relevance
/include/net/ |
D | inet6_connection_sock.h | 14 struct flowi; 26 int inet6_csk_xmit(struct sock *sk, struct sk_buff *skb, struct flowi *fl);
|
D | fib_rules.h | 70 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,
|
D | flow.h | 154 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()
|
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 | 477 struct flowi; 481 const struct flowi *fl, in xfrm_lookup() 490 const struct flowi *fl, const struct sock *sk, in xfrm_lookup_with_ifid() 498 const struct flowi *fl, in xfrm_lookup_route() 512 const struct flowi *fl, const struct sock *sk, 517 const struct flowi *fl, 522 const struct flowi *fl, const struct sock *sk,
|
D | xfrm.h | 345 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); 1163 int __xfrm_decode_session(struct sk_buff *skb, struct flowi *fl, 1166 static inline int xfrm_decode_session(struct sk_buff *skb, struct flowi *fl, in xfrm_decode_session() 1173 struct flowi *fl, in xfrm_decode_session_reverse() 1253 struct flowi *fl, in xfrm_decode_session_reverse() 1271 xfrm_address_t *xfrm_flowi_daddr(const struct flowi *fl, unsigned short family) in xfrm_flowi_daddr() [all …]
|
D | ip6_tunnel.h | 52 struct flowi fl; /* flowi template for xmit */
|
D | inet_sock.h | 183 struct flowi fl;
|
D | inet_connection_sock.h | 37 int (*queue_xmit)(struct sock *sk, struct sk_buff *skb, struct flowi *fl);
|
D | ip.h | 216 int __ip_queue_xmit(struct sock *sk, struct sk_buff *skb, struct flowi *fl, 243 int ip_queue_xmit(struct sock *sk, struct sk_buff *skb, struct flowi *fl);
|
D | tcp.h | 2122 struct flowi *fl, 2127 struct flowi *fl, struct request_sock *req,
|
/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); 388 nf_nat_decode_session(struct sk_buff *skb, struct flowi *fl, u_int8_t family) in nf_nat_decode_session() 434 struct flowi; 436 nf_nat_decode_session(struct sk_buff *skb, struct flowi *fl, u_int8_t family) in nf_nat_decode_session()
|
/include/net/sctp/ |
D | structs.h | 450 struct flowi *fl, 454 struct flowi *fl); 806 struct flowi fl;
|