Searched defs:ipv6_stub (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/include/net/ |
D | ipv6_stubs.h | 23 struct ipv6_stub { struct 24 int (*ipv6_sock_mc_join)(struct sock *sk, int ifindex, 26 int (*ipv6_sock_mc_drop)(struct sock *sk, int ifindex, 28 struct dst_entry *(*ipv6_dst_lookup_flow)(struct net *net, 32 int (*ipv6_route_input)(struct sk_buff *skb); 34 struct fib6_table *(*fib6_get_table)(struct net *net, u32 id); 35 int (*fib6_lookup)(struct net *net, int oif, struct flowi6 *fl6, 37 int (*fib6_table_lookup)(struct net *net, struct fib6_table *table, 40 void (*fib6_select_path)(const struct net *net, struct fib6_result *res, 43 u32 (*ip6_mtu_from_fib6)(const struct fib6_result *res, [all …]
|