Home
last modified time | relevance | path

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

/linux/net/bridge/
A Dbr_netfilter_hooks.c85 static inline bool is_vlan_ip(const struct sk_buff *skb, const struct net *net) in is_vlan_ip() function
511 if (!IS_IP(skb) && !is_vlan_ip(skb, state->net) && in br_nf_pre_routing()
600 if (IS_IP(skb) || is_vlan_ip(skb, state->net) || in br_nf_forward_ip()
834 if (IS_IP(skb) || is_vlan_ip(skb, state->net) || in br_nf_post_routing()

Completed in 8 milliseconds