Lines Matching defs:ipv6_stub
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,
47 int (*fib6_nh_init)(struct net *net, struct fib6_nh *fib6_nh,
50 void (*fib6_nh_release)(struct fib6_nh *fib6_nh);
51 void (*fib6_nh_release_dsts)(struct fib6_nh *fib6_nh);
52 void (*fib6_update_sernum)(struct net *net, struct fib6_info *rt);
53 int (*ip6_del_rt)(struct net *net, struct fib6_info *rt, bool skip_notify);
54 void (*fib6_rt_update)(struct net *net, struct fib6_info *rt,
79 extern const struct ipv6_stub *ipv6_stub __read_mostly; argument