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() local 123 v6ops->route_input(skb); in br_nf_pre_routing_finish_ipv6()
893 const struct nf_ipv6_ops *v6ops = nf_get_ipv6_ops(); in br_nf_dev_queue_xmit() local909 if (v6ops) { in br_nf_dev_queue_xmit()910 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()
361 const struct nf_ipv6_ops *v6ops; in nf_reroute() local369 v6ops = rcu_dereference(nf_ipv6_ops); in nf_reroute()370 if (v6ops) in nf_reroute()371 ret = v6ops->reroute(skb, entry); in nf_reroute()