Searched refs:v6ops (Results 1 – 4 of 4) sorted by relevance
166 const struct nf_ipv6_ops *v6ops __maybe_unused; in nf_route()203 const struct nf_ipv6_ops *v6ops; in nf_reroute() local211 v6ops = rcu_dereference(nf_ipv6_ops); in nf_reroute()212 if (v6ops) in nf_reroute()213 ret = v6ops->reroute(skb, entry); in nf_reroute()
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()
910 const struct nf_ipv6_ops *v6ops = nf_get_ipv6_ops(); in br_nf_dev_queue_xmit() local925 if (v6ops) in br_nf_dev_queue_xmit()926 return v6ops->fragment(net, sk, skb, br_nf_push_frag_xmit); in br_nf_dev_queue_xmit()