Home
last modified time | relevance | path

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

/linux-6.15/net/bridge/netfilter/
H 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-6.15/Documentation/bpf/
H 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-6.15/Documentation/networking/
H 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.
H A Dpacket_mmap.rst567 that the tp_vlan_tci field has valid VLAN TCI value
/linux-6.15/Documentation/netlink/specs/
H A Dovs_flow.yaml269 doc: Tag control identifier (TCI) to push.