Home
last modified time | relevance | path

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

/linux-4.4.14/net/bridge/
Dbr_netfilter_hooks.c83 #define IS_VLAN_IP(skb) \ macro
492 if (!IS_IP(skb) && !IS_VLAN_IP(skb) && !IS_PPPOE_IP(skb)) in br_nf_pre_routing()
594 if (IS_IP(skb) || IS_VLAN_IP(skb) || IS_PPPOE_IP(skb)) in br_nf_forward_ip()
809 if (IS_IP(skb) || IS_VLAN_IP(skb) || IS_PPPOE_IP(skb)) in br_nf_post_routing()