Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dif_vlan.h28 #define VLAN_MAX_DEPTH 8 /* Max. number of nested VLAN tags parsed */ macro
/linux/net/core/
H A Dskbuff.c7467 unsigned int vlan_depth = skb->mac_len, parse_depth = VLAN_MAX_DEPTH; in __vlan_get_protocol_offset()