Searched refs:v6ops (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/linux/
H A Dnetfilter_ipv6.h103 const struct nf_ipv6_ops *v6ops = nf_get_ipv6_ops(); local
105 if (v6ops)
106 return v6ops->route(net, dst, fl, strict);
/linux-master/net/bridge/
H A Dbr_netfilter_ipv6.c106 const struct nf_ipv6_ops *v6ops = nf_get_ipv6_ops(); local
123 v6ops->route_input(skb);
H A Dbr_netfilter_hooks.c903 const struct nf_ipv6_ops *v6ops = nf_get_ipv6_ops(); local
918 if (v6ops)
919 return v6ops->fragment(net, sk, skb, br_nf_push_frag_xmit);
/linux-master/net/netfilter/
H A Dutils.c166 const struct nf_ipv6_ops *v6ops __maybe_unused;
H A Dnfnetlink_queue.c293 const struct nf_ipv6_ops *v6ops; local
301 v6ops = rcu_dereference(nf_ipv6_ops);
302 if (v6ops)
303 ret = v6ops->reroute(skb, entry);

Completed in 156 milliseconds