Searched defs:ipv6_stub (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/include/net/ |
D | ipv6_stubs.h | 22 struct ipv6_stub { struct 23 int (*ipv6_sock_mc_join)(struct sock *sk, int ifindex, 25 int (*ipv6_sock_mc_drop)(struct sock *sk, int ifindex, 27 struct dst_entry *(*ipv6_dst_lookup_flow)(struct net *net, 31 int (*ipv6_route_input)(struct sk_buff *skb); 33 struct fib6_table *(*fib6_get_table)(struct net *net, u32 id); 34 int (*fib6_lookup)(struct net *net, int oif, struct flowi6 *fl6, 36 int (*fib6_table_lookup)(struct net *net, struct fib6_table *table, 39 void (*fib6_select_path)(const struct net *net, struct fib6_result *res, 42 u32 (*ip6_mtu_from_fib6)(const struct fib6_result *res, [all …]
|