Searched refs:v6ops (Results 1 – 5 of 5) sorted by relevance
103 const struct nf_ipv6_ops *v6ops = nf_get_ipv6_ops(); in nf_ip6_route() local105 if (v6ops) in nf_ip6_route()106 return v6ops->route(net, dst, fl, strict); in nf_ip6_route()
106 const struct nf_ipv6_ops *v6ops = nf_get_ipv6_ops(); in br_nf_pre_routing_finish_ipv6() local123 v6ops->route_input(skb); in br_nf_pre_routing_finish_ipv6()
921 const struct nf_ipv6_ops *v6ops = nf_get_ipv6_ops(); in br_nf_dev_queue_xmit() local937 if (v6ops) { in br_nf_dev_queue_xmit()938 ret = v6ops->fragment(net, sk, skb, br_nf_push_frag_xmit); in br_nf_dev_queue_xmit()
166 const struct nf_ipv6_ops *v6ops __maybe_unused; in nf_route()
295 const struct nf_ipv6_ops *v6ops; in nf_reroute() local303 v6ops = rcu_dereference(nf_ipv6_ops); in nf_reroute()304 if (v6ops) in nf_reroute()305 ret = v6ops->reroute(skb, entry); in nf_reroute()