Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dif_vlan.h41 __be16 h_vlan_TCI; member
57 __be16 h_vlan_TCI; member
372 veth->h_vlan_TCI = htons(vlan_tci); in __vlan_insert_inner_tag()
513 *vlan_tci = ntohs(veth->h_vlan_TCI); in __vlan_get_tag()
743 return ((__force u32)h1->h_vlan_TCI ^ (__force u32)h2->h_vlan_TCI) | in compare_vlan_header()
/linux-4.19.296/include/uapi/linux/
Dbpf.h2786 __be16 h_vlan_TCI; member
/linux-4.19.296/drivers/s390/net/
Dqeth_l2_main.c218 hdr->hdr.l2.vlan_id = ntohs(veth->h_vlan_TCI); in qeth_l2_fill_header()