Home
last modified time | relevance | path

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

12

/Linux-v4.19/include/linux/
Dif_vlan.h39 __be16 h_vlan_TCI; member
55 __be16 h_vlan_TCI; member
370 veth->h_vlan_TCI = htons(vlan_tci); in __vlan_insert_inner_tag()
511 *vlan_tci = ntohs(veth->h_vlan_TCI); in __vlan_get_tag()
728 return ((__force u32)h1->h_vlan_TCI ^ (__force u32)h2->h_vlan_TCI) | in compare_vlan_header()
/Linux-v4.19/net/bridge/netfilter/
Debt_vlan.c59 TCI = ntohs(fp->h_vlan_TCI); in ebt_vlan_mt()
/Linux-v4.19/net/batman-adv/
Dmain.c391 prio = ntohs(vhdr->h_vlan_TCI) & VLAN_PRIO_MASK; in batadv_skb_set_priority()
646 vid = ntohs(vhdr->h_vlan_TCI) & VLAN_VID_MASK; in batadv_get_vid()
/Linux-v4.19/samples/bpf/
Dsockex2_kern.c13 __be16 h_vlan_TCI; member
Dsockex3_kern.c60 __be16 h_vlan_TCI; member
Dxdp_redirect_cpu_kern.c107 __be16 h_vlan_TCI; member
/Linux-v4.19/arch/powerpc/platforms/ps3/
Dgelic_udbg.c165 h_vlan->h_vlan_TCI = vlan_id; in gelic_debug_init()
/Linux-v4.19/net/netfilter/
Dnf_tables_trace.c79 veth.h_vlan_TCI = htons(skb_vlan_tag_get(skb)); in nf_trace_fill_ll_header()
Dnft_payload.c56 veth.h_vlan_TCI = htons(skb_vlan_tag_get(skb)); in nft_payload_copy_vlan()
/Linux-v4.19/drivers/staging/gdm724x/
Dgdm_lte.c440 nic->vlan_id = ntohs(vlan_eth->h_vlan_TCI) & VLAN_VID_MASK; in gdm_lte_tx()
633 vlan_eth.h_vlan_TCI = htons(nic->vlan_id); in gdm_lte_netif_rx()
/Linux-v4.19/drivers/net/
Dtap.c801 __be16 h_vlan_TCI; in tap_put_user() member
804 veth.h_vlan_TCI = htons(skb_vlan_tag_get(skb)); in tap_put_user()
Dtun.c255 __be16 h_vlan_TCI; member
2077 veth.h_vlan_TCI = htons(skb_vlan_tag_get(skb)); in tun_put_user()
/Linux-v4.19/tools/include/uapi/linux/
Dbpf.h2767 __be16 h_vlan_TCI; member
/Linux-v4.19/include/uapi/linux/
Dbpf.h2767 __be16 h_vlan_TCI; member
/Linux-v4.19/net/core/
Dflow_dissector.c818 key_vlan->vlan_id = ntohs(vlan->h_vlan_TCI) & in __skb_flow_dissect()
821 (ntohs(vlan->h_vlan_TCI) & in __skb_flow_dissect()
/Linux-v4.19/drivers/scsi/fnic/
Dfnic_fcs.c1029 vlan_hdr->h_vlan_TCI = htons(fnic->vlan_id); in fnic_eth_send()
1095 vlan_hdr->h_vlan_TCI = htons(fnic->vlan_id); in fnic_send_frame()
/Linux-v4.19/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_io.c322 vlan_id = ntohs(vh->h_vlan_TCI); in qlcnic_send_filter()
473 vlan_tci = ntohs(vh->h_vlan_TCI); in qlcnic_tx_pkt()
527 vh->h_vlan_TCI = htons(vlan_tci); in qlcnic_tx_pkt()
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/
Den_tx.c199 vhdr->h_vlan_TCI = cpu_to_be16(skb_vlan_tag_get(skb)); in mlx5e_insert_vlan()
/Linux-v4.19/net/8021q/
Dvlan_dev.c66 vhdr->h_vlan_TCI = htons(vlan_tci); in vlan_dev_hard_header()
/Linux-v4.19/drivers/net/ethernet/intel/ice/
Dice_txrx.c1456 first->tx_flags |= ntohs(vhdr->h_vlan_TCI) << in ice_tx_prepare_vlan_flags()
/Linux-v4.19/drivers/net/ethernet/intel/i40e/
Di40e_txrx.c2840 tx_flags |= ntohs(vhdr->h_vlan_TCI) << I40E_TX_FLAGS_VLAN_SHIFT; in i40e_tx_prepare_vlan_flags()
2861 vhdr->h_vlan_TCI = htons(tx_flags >> in i40e_tx_prepare_vlan_flags()
/Linux-v4.19/drivers/infiniband/hw/i40iw/
Di40iw_cm.c439 ((struct vlan_ethhdr *)ethh)->h_vlan_TCI = htons(vtag); in i40iw_form_cm_frame()
469 ((struct vlan_ethhdr *)ethh)->h_vlan_TCI = htons(vtag); in i40iw_form_cm_frame()
3154 vtag = ntohs(ethh->h_vlan_TCI); in i40iw_receive_ilq()
Di40iw_utils.c1456 buf->vlan_id = ntohs(((struct vlan_ethhdr *)ethh)->h_vlan_TCI) & VLAN_VID_MASK; in i40iw_puda_get_tcpip_info()
/Linux-v4.19/drivers/net/ethernet/intel/fm10k/
Dfm10k_netdev.c667 ntohs(vhdr->h_vlan_TCI)); in fm10k_xmit_frame()
/Linux-v4.19/drivers/net/ethernet/toshiba/
Dps3_gelic_net.c763 veth->h_vlan_TCI = htons(tag); in gelic_put_vlan_tag()

12