Home
last modified time | relevance | path

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

/net/bridge/
Dbr_netfilter.c73 #define IS_VLAN_IP(skb) \ macro
574 if (skb->protocol != htons(ETH_P_IP) && !IS_VLAN_IP(skb) && in br_nf_pre_routing()
686 if (skb->protocol == htons(ETH_P_IP) || IS_VLAN_IP(skb) || in br_nf_forward_ip()
831 if (skb->protocol == htons(ETH_P_IP) || IS_VLAN_IP(skb) || in br_nf_post_routing()