Home
last modified time | relevance | path

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

/linux/net/bridge/netfilter/
A Debt_vlan.c30 unsigned short TCI; /* Whole TCI, given from parsed frame */ in ebt_vlan_mt() local
37 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()
/linux/Documentation/bpf/
A Dprog_flow_dissector.rst63 | DMAC | SMAC | TPID | TCI |ETHER_TYPE | L3_HEADER |
71 skb->data + flow_keys->nhoff point the to first byte of TCI
82 | DMAC | SMAC | TPID | TCI |ETHER_TYPE | L3_HEADER |
/linux/Documentation/networking/
A Dopenvswitch.rst226 indicating that a VLAN TCI should follow, but which is truncated just
233 all-zero-bits VLAN TCI is not that rare, so the CFI bit (aka
237 missing or malformed VLAN TCI.
A Dpacket_mmap.rst566 that the tp_vlan_tci field has valid VLAN TCI value

Completed in 7 milliseconds