Home
last modified time | relevance | path

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

/Linux-v4.19/net/bridge/
Dbr_netfilter_hooks.c73 #define IS_IP(skb) \ macro
500 if (!IS_IP(skb) && !IS_VLAN_IP(skb) && !IS_PPPOE_IP(skb)) in br_nf_pre_routing()
587 if (IS_IP(skb) || IS_VLAN_IP(skb) || IS_PPPOE_IP(skb)) in br_nf_forward_ip()
804 if (IS_IP(skb) || IS_VLAN_IP(skb) || IS_PPPOE_IP(skb)) in br_nf_post_routing()