Home
last modified time | relevance | path

Searched refs:flowi6 (Results 1 - 25 of 173) sorted by relevance

1234567

/kernel/linux/linux-5.10/include/net/
H A Dip6_fib.h419 struct flowi6 *,
434 struct dst_entry *fib6_rule_lookup(struct net *net, struct flowi6 *fl6,
441 int fib6_lookup(struct net *net, int oif, struct flowi6 *fl6,
446 int oif, struct flowi6 *fl6, struct fib6_result *res,
450 struct flowi6 *fl6, int oif, bool have_oif_match,
559 struct flowi6 *fl6,
564 struct flowi6 *fl6,
569 struct flowi6 *fl6,
574 struct flowi6 *fl6,
580 struct flowi6 *fl in pol_lookup_func()
[all...]
H A Dipv6_stubs.h29 struct flowi6 *fl6,
34 int (*fib6_lookup)(struct net *net, int oif, struct flowi6 *fl6,
37 int oif, struct flowi6 *fl6,
40 struct flowi6 *fl6, int oif, bool oif_match,
H A Dip6_route.h84 struct flowi6 *fl6,
89 struct flowi6 *fl6, int flags);
92 struct flowi6 *fl6, int flags);
96 struct flowi6 *fl6) in ip6_route_output()
111 struct dst_entry *ip6_route_lookup(struct net *net, struct flowi6 *fl6,
114 int ifindex, struct flowi6 *fl6,
154 u32 rt6_multipath_hash(const struct net *net, const struct flowi6 *fl6,
157 struct dst_entry *icmp6_dst_alloc(struct net_device *dev, struct flowi6 *fl6);
242 const struct flowi6 *fl6);
H A Dflow.h128 struct flowi6 { struct
158 struct flowi6 ip6;
182 static inline struct flowi *flowi6_to_flowi(struct flowi6 *fl6) in flowi6_to_flowi()
187 static inline struct flowi_common *flowi6_to_flowi_common(struct flowi6 *fl6) in flowi6_to_flowi_common()
192 __u32 __get_hash_from_flowi6(const struct flowi6 *fl6, struct flow_keys *keys);
H A Dtransp_v6.h14 struct flowi6;
45 struct flowi6 *fl6, struct ipcm6_cookie *ipc6);
H A Dip6_tunnel.h71 u8 *protocol, struct flowi6 *fl6);
109 u8 *protocol, struct flowi6 *fl6) in ip6_tnl_encap()
145 struct flowi6 *fl6, int encap_limit, __u32 *pmtu, __u8 proto);
H A Dipv6.h427 void icmpv6_push_pending_frames(struct sock *sk, struct flowi6 *fl6,
817 static inline int ip6_sk_dst_hoplimit(struct ipv6_pinfo *np, struct flowi6 *fl6, in ip6_sk_dst_hoplimit()
866 struct flowi6 *fl6) in ip6_make_flowlabel()
912 struct flowi6 *fl6) in ip6_make_flowlabel()
963 static inline __be32 flowi6_get_flowlabel(const struct flowi6 *fl6) in flowi6_get_flowlabel()
986 int ip6_xmit(const struct sock *sk, struct sk_buff *skb, struct flowi6 *fl6,
995 struct ipcm6_cookie *ipc6, struct flowi6 *fl6,
1011 struct ipcm6_cookie *ipc6, struct flowi6 *fl6,
1022 struct flowi6 *fl6);
1023 struct dst_entry *ip6_dst_lookup_flow(struct net *net, const struct sock *sk, struct flowi6 *fl
[all...]
H A Dl3mdev.h45 struct flowi6 *fl6);
162 struct dst_entry *l3mdev_link_scope_lookup(struct net *net, struct flowi6 *fl6);
273 struct dst_entry *l3mdev_link_scope_lookup(struct net *net, struct flowi6 *fl6) in l3mdev_link_scope_lookup()
/kernel/linux/linux-6.6/include/net/
H A Dip6_fib.h412 struct flowi6 *,
427 struct dst_entry *fib6_rule_lookup(struct net *net, struct flowi6 *fl6,
434 int fib6_lookup(struct net *net, int oif, struct flowi6 *fl6,
439 int oif, struct flowi6 *fl6, struct fib6_result *res,
443 struct flowi6 *fl6, int oif, bool have_oif_match,
551 struct flowi6 *fl6,
556 struct flowi6 *fl6,
561 struct flowi6 *fl6,
566 struct flowi6 *fl6,
572 struct flowi6 *fl in pol_lookup_func()
[all...]
H A Dipv6_stubs.h29 struct flowi6 *fl6,
34 int (*fib6_lookup)(struct net *net, int oif, struct flowi6 *fl6,
37 int oif, struct flowi6 *fl6,
40 struct flowi6 *fl6, int oif, bool oif_match,
H A Dflow.h128 struct flowi6 { struct
158 struct flowi6 ip6;
183 static inline struct flowi *flowi6_to_flowi(struct flowi6 *fl6) in flowi6_to_flowi()
188 static inline struct flowi_common *flowi6_to_flowi_common(struct flowi6 *fl6) in flowi6_to_flowi_common()
193 __u32 __get_hash_from_flowi6(const struct flowi6 *fl6, struct flow_keys *keys);
H A Dinet6_connection_sock.h15 struct flowi6;
21 struct dst_entry *inet6_csk_route_req(const struct sock *sk, struct flowi6 *fl6,
H A Dip6_route.h84 struct flowi6 *fl6,
88 struct flowi6 *fl6, int flags);
92 struct flowi6 *fl6) in ip6_route_output()
107 struct dst_entry *ip6_route_lookup(struct net *net, struct flowi6 *fl6,
110 int ifindex, struct flowi6 *fl6,
150 u32 rt6_multipath_hash(const struct net *net, const struct flowi6 *fl6,
153 struct dst_entry *icmp6_dst_alloc(struct net_device *dev, struct flowi6 *fl6);
239 const struct flowi6 *fl6);
H A Dtransp_v6.h15 struct flowi6;
45 struct flowi6 *fl6, struct ipcm6_cookie *ipc6);
H A Dip6_tunnel.h72 u8 *protocol, struct flowi6 *fl6);
110 u8 *protocol, struct flowi6 *fl6) in ip6_tnl_encap()
146 struct flowi6 *fl6, int encap_limit, __u32 *pmtu, __u8 proto);
H A Dipv6.h442 void icmpv6_push_pending_frames(struct sock *sk, struct flowi6 *fl6,
911 static inline int ip6_sk_dst_hoplimit(struct ipv6_pinfo *np, struct flowi6 *fl6, in ip6_sk_dst_hoplimit()
961 struct flowi6 *fl6) in ip6_make_flowlabel()
1007 struct flowi6 *fl6) in ip6_make_flowlabel()
1071 static inline __be32 flowi6_get_flowlabel(const struct flowi6 *fl6) in flowi6_get_flowlabel()
1094 int ip6_xmit(const struct sock *sk, struct sk_buff *skb, struct flowi6 *fl6,
1103 struct ipcm6_cookie *ipc6, struct flowi6 *fl6,
1130 struct flowi6 *fl6);
1131 struct dst_entry *ip6_dst_lookup_flow(struct net *net, const struct sock *sk, struct flowi6 *fl6,
1133 struct dst_entry *ip6_sk_dst_lookup_flow(struct sock *sk, struct flowi6 *fl
[all...]
H A Dl3mdev.h45 struct flowi6 *fl6);
162 struct dst_entry *l3mdev_link_scope_lookup(struct net *net, struct flowi6 *fl6);
273 struct dst_entry *l3mdev_link_scope_lookup(struct net *net, struct flowi6 *fl6) in l3mdev_link_scope_lookup()
/kernel/linux/linux-5.10/net/ipv6/
H A Daddrconf_core.c134 struct flowi6 *fl6, in eafnosupport_ipv6_dst_lookup_flow()
152 int oif, struct flowi6 *fl6, in eafnosupport_fib6_table_lookup()
159 eafnosupport_fib6_lookup(struct net *net, int oif, struct flowi6 *fl6, in eafnosupport_fib6_lookup()
167 struct flowi6 *fl6, int oif, bool have_oif_match, in eafnosupport_fib6_select_path()
H A Dinet6_connection_sock.c28 struct flowi6 *fl6, in inet6_csk_route_req()
80 struct flowi6 *fl6) in inet6_csk_route_socket()
117 struct flowi6 fl6; in inet6_csk_xmit()
144 struct flowi6 fl6; in inet6_csk_update_pmtu()
H A Dfib6_rules.c63 int fib6_lookup(struct net *net, int oif, struct flowi6 *fl6, in fib6_lookup()
91 struct dst_entry *fib6_rule_lookup(struct net *net, struct flowi6 *fl6, in fib6_rule_lookup()
133 struct flowi6 *flp6, const struct net_device *dev) in fib6_rule_saddr()
161 struct flowi6 *flp6 = &flp->u.ip6; in fib6_rule_action_alt()
199 struct flowi6 *flp6 = &flp->u.ip6; in __fib6_rule_action()
310 struct flowi6 *fl6 = &fl->u.ip6; in fib6_rule_match()
H A Dfou6.c22 struct flowi6 *fl6, u8 *protocol, __be16 sport) in fou6_build_udp()
41 u8 *protocol, struct flowi6 *fl6) in fou6_build_header()
58 u8 *protocol, struct flowi6 *fl6) in gue6_build_header()
/kernel/linux/linux-6.6/net/ipv6/
H A Daddrconf_core.c134 struct flowi6 *fl6, in eafnosupport_ipv6_dst_lookup_flow()
152 int oif, struct flowi6 *fl6, in eafnosupport_fib6_table_lookup()
159 eafnosupport_fib6_lookup(struct net *net, int oif, struct flowi6 *fl6, in eafnosupport_fib6_lookup()
167 struct flowi6 *fl6, int oif, bool have_oif_match, in eafnosupport_fib6_select_path()
H A Dinet6_connection_sock.c28 struct flowi6 *fl6, in inet6_csk_route_req()
80 struct flowi6 *fl6) in inet6_csk_route_socket()
117 struct flowi6 fl6; in inet6_csk_xmit()
144 struct flowi6 fl6; in inet6_csk_update_pmtu()
H A Dfib6_rules.c64 int fib6_lookup(struct net *net, int oif, struct flowi6 *fl6, in fib6_lookup()
92 struct dst_entry *fib6_rule_lookup(struct net *net, struct flowi6 *fl6, in fib6_rule_lookup()
134 struct flowi6 *flp6, const struct net_device *dev) in fib6_rule_saddr()
162 struct flowi6 *flp6 = &flp->u.ip6; in fib6_rule_action_alt()
200 struct flowi6 *flp6 = &flp->u.ip6; in __fib6_rule_action()
307 struct flowi6 *fl6 = &fl->u.ip6; in fib6_rule_match()
H A Dfou6.c22 struct flowi6 *fl6, u8 *protocol, __be16 sport) in fou6_build_udp()
41 u8 *protocol, struct flowi6 *fl6) in fou6_build_header()
58 u8 *protocol, struct flowi6 *fl6) in gue6_build_header()

Completed in 16 milliseconds

1234567