Searched refs:TCI (Results 1 – 4 of 4) sorted by relevance
30 unsigned short TCI; /* Whole TCI, given from parsed frame */ in ebt_vlan_mt() local37 TCI = skb_vlan_tag_get(skb); in ebt_vlan_mt()47 TCI = ntohs(fp->h_vlan_TCI); in ebt_vlan_mt()59 id = TCI & VLAN_VID_MASK; in ebt_vlan_mt()60 prio = (TCI >> 13) & 0x7; in ebt_vlan_mt()
63 | DMAC | SMAC | TPID | TCI |ETHER_TYPE | L3_HEADER |71 skb->data + flow_keys->nhoff point the to first byte of TCI82 | DMAC | SMAC | TPID | TCI |ETHER_TYPE | L3_HEADER |
226 indicating that a VLAN TCI should follow, but which is truncated just233 all-zero-bits VLAN TCI is not that rare, so the CFI bit (aka237 missing or malformed VLAN TCI.
566 that the tp_vlan_tci field has valid VLAN TCI value
Completed in 7 milliseconds