Home
last modified time | relevance | path

Searched refs:ipv6_route_input (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/net/
H A Dipv6_stubs.h31 int (*ipv6_route_input)(struct sk_buff *skb); member
/openbmc/linux/net/ipv6/
H A Daddrconf_core.c209 .ipv6_route_input = eafnosupport_ipv6_route_input,
H A Daf_inet6.c1028 static int ipv6_route_input(struct sk_buff *skb) in ipv6_route_input() function
1038 .ipv6_route_input = ipv6_route_input,
/openbmc/linux/net/core/
H A Dlwt_bpf.c101 err = ipv6_stub->ipv6_route_input(skb); in bpf_lwt_input_reroute()