| /include/net/ |
| D | ipv6_stubs.h | 30 struct flowi6 *fl6, 35 int (*fib6_lookup)(struct net *net, int oif, struct flowi6 *fl6, 38 int oif, struct flowi6 *fl6, 41 struct flowi6 *fl6, int oif, bool oif_match, 76 int (*ip6_xmit)(const struct sock *sk, struct sk_buff *skb, struct flowi6 *fl6,
|
| D | ip6_fib.h | 445 struct dst_entry *fib6_rule_lookup(struct net *net, struct flowi6 *fl6, 452 int fib6_lookup(struct net *net, int oif, struct flowi6 *fl6, 457 int oif, struct flowi6 *fl6, struct fib6_result *res, 461 struct flowi6 *fl6, int oif, bool have_oif_match, 601 struct flowi6 *fl6, 606 struct flowi6 *fl6, 611 struct flowi6 *fl6, 616 struct flowi6 *fl6, 622 struct flowi6 *fl6, in pol_lookup_func() argument 631 net, table, fl6, skb, flags); in pol_lookup_func() [all …]
|
| D | ip6_route.h | 83 struct flowi6 *fl6, 87 struct flowi6 *fl6, int flags); 91 struct flowi6 *fl6) in ip6_route_output() argument 93 return ip6_route_output_flags(net, sk, fl6, 0); in ip6_route_output() 106 struct dst_entry *ip6_route_lookup(struct net *net, struct flowi6 *fl6, 109 int ifindex, struct flowi6 *fl6, 157 u32 rt6_multipath_hash(const struct net *net, const struct flowi6 *fl6, 160 struct dst_entry *icmp6_dst_alloc(struct net_device *dev, struct flowi6 *fl6); 246 const struct flowi6 *fl6);
|
| D | flow.h | 183 static inline struct flowi *flowi6_to_flowi(struct flowi6 *fl6) in flowi6_to_flowi() argument 185 return container_of(fl6, struct flowi, u.ip6); in flowi6_to_flowi() 188 static inline struct flowi_common *flowi6_to_flowi_common(struct flowi6 *fl6) in flowi6_to_flowi_common() argument 190 return &(fl6->__fl_common); in flowi6_to_flowi_common() 193 __u32 __get_hash_from_flowi6(const struct flowi6 *fl6, struct flow_keys *keys);
|
| D | ip6_tunnel.h | 72 u8 *protocol, struct flowi6 *fl6); 110 u8 *protocol, struct flowi6 *fl6) in ip6_tnl_encap() argument 124 ret = ops->build_header(skb, &t->encap, protocol, fl6); in ip6_tnl_encap() 146 struct flowi6 *fl6, int encap_limit, __u32 *pmtu, __u8 proto);
|
| D | inet6_connection_sock.h | 21 struct dst_entry *inet6_csk_route_req(const struct sock *sk, struct flowi6 *fl6,
|
| D | ipv6.h | 433 void icmpv6_push_pending_frames(struct sock *sk, struct flowi6 *fl6, 899 static inline int ip6_sk_dst_hoplimit(struct ipv6_pinfo *np, struct flowi6 *fl6, in ip6_sk_dst_hoplimit() argument 904 if (ipv6_addr_is_multicast(&fl6->daddr)) in ip6_sk_dst_hoplimit() 949 struct flowi6 *fl6) in ip6_make_flowlabel() argument 964 hash = skb_get_hash_flowi6(skb, fl6); in ip6_make_flowlabel() 995 struct flowi6 *fl6) in ip6_make_flowlabel() argument 1059 static inline __be32 flowi6_get_flowlabel(const struct flowi6 *fl6) in flowi6_get_flowlabel() argument 1061 return fl6->flowlabel & IPV6_FLOWLABEL_MASK; in flowi6_get_flowlabel() 1082 int ip6_xmit(const struct sock *sk, struct sk_buff *skb, struct flowi6 *fl6, 1091 struct ipcm6_cookie *ipc6, struct flowi6 *fl6, [all …]
|
| D | l3mdev.h | 45 struct flowi6 *fl6); 162 struct dst_entry *l3mdev_link_scope_lookup(struct net *net, struct flowi6 *fl6); 275 struct dst_entry *l3mdev_link_scope_lookup(struct net *net, struct flowi6 *fl6) in l3mdev_link_scope_lookup() argument
|
| D | transp_v6.h | 45 struct flowi6 *fl6, struct ipcm6_cookie *ipc6);
|
| /include/linux/ |
| D | icmpv6.h | 89 void icmpv6_flow_init(const struct sock *sk, struct flowi6 *fl6, u8 type,
|
| D | skbuff.h | 1621 static inline __u32 skb_get_hash_flowi6(struct sk_buff *skb, const struct flowi6 *fl6) in skb_get_hash_flowi6() argument 1625 __u32 hash = __get_hash_from_flowi6(fl6, &keys); in skb_get_hash_flowi6()
|