Home
last modified time | relevance | path

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

/external/iptables/extensions/
Dlibebt_vlan.c41 #define OPT_VLAN_ENCAP 0x04 macro
42 #define OPT_VLAN_FLAGS (OPT_VLAN_ID | OPT_VLAN_PRIO | OPT_VLAN_ENCAP)
84 EBT_CHECK_OPTION(flags, OPT_VLAN_ENCAP); in brvlan_parse()