Searched refs:ETH_P_8021Q (Results 226 - 247 of 247) sorted by last modified time

12345678910

/linux-master/drivers/net/ethernet/chelsio/cxgb/
H A Dsge.c1390 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), ntohs(p->vlan));
1802 return e->h_proto == htons(ETH_P_8021Q) ? VLAN_ETH_HLEN : ETH_HLEN;
/linux-master/samples/bpf/
H A Dxdp_router_ipv4.bpf.c13 #define ETH_P_8021Q 0x8100 macro
92 if (h_proto == bpf_htons(ETH_P_8021Q) ||
H A Dsockex2_kern.c114 if (proto == ETH_P_8021Q) {
151 if (proto == ETH_P_8021Q) {
H A Dparse_varlen.c126 if (h_proto == ETH_P_8021Q || h_proto == ETH_P_8021AD) {
135 if (h_proto == ETH_P_8021Q || h_proto == ETH_P_8021AD) {
/linux-master/include/net/
H A Derspan.h197 if (eth->h_proto == htons(ETH_P_8021Q)) {
291 if (eth->h_proto == htons(ETH_P_8021Q)) {
/linux-master/drivers/net/ethernet/sfc/
H A Dsriov.c31 if (vlan_proto != htons(ETH_P_8021Q))
/linux-master/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_sriov_pf.c1926 if (vlan_proto != htons(ETH_P_8021Q))
/linux-master/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_dp.c450 tpid = ETH_P_8021Q;
454 tpid = ETH_P_8021Q;
H A Dnfp_net_sriov.c124 if (vlan_proto != htons(ETH_P_8021Q)) {
/linux-master/tools/testing/selftests/net/
H A Dpsock_snd.c108 eth->h_proto = htons(ETH_P_8021Q);
/linux-master/drivers/net/ethernet/sfc/siena/
H A Dsriov.h36 if (vlan_proto != htons(ETH_P_8021Q))
/linux-master/drivers/net/ethernet/cavium/thunder/
H A Dnic_main.c463 (2 << 19) | (ETYPE_ALG_VLAN_STRIP << 16) | ETH_P_8021Q);
917 (ETYPE_ALG_SKIP << 16) | ETH_P_8021Q);
/linux-master/net/8021q/
H A Dvlan.h42 case htons(ETH_P_8021Q):
H A Dvlan_mvrp.c38 if (vlan->vlan_proto != htons(ETH_P_8021Q))
49 if (vlan->vlan_proto != htons(ETH_P_8021Q))
H A Dvlan_gvrp.c32 if (vlan->vlan_proto != htons(ETH_P_8021Q))
43 if (vlan->vlan_proto != htons(ETH_P_8021Q))
/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_sp_commands.c346 outer_tag_config->outer_tag.tpid = cpu_to_le16(ETH_P_8021Q);
H A Dqed_iwarp.c1688 if (eth_type == ETH_P_8021Q) {
/linux-master/drivers/infiniband/core/
H A Dud_header.c353 header->eth.type = cpu_to_be16(ETH_P_8021Q);
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dclip_tbl.c237 root_dev = __vlan_find_dev_deep_rcu(dev, htons(ETH_P_8021Q), i);
/linux-master/drivers/scsi/qedf/
H A Dqedf_fip.c145 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), qedf->vlan_id);
/linux-master/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_iov.c607 if (vlan_proto != htons(ETH_P_8021Q))
/linux-master/net/bridge/netfilter/
H A Debt_vlan.c83 if (e->ethproto != htons(ETH_P_8021Q)) {

Completed in 308 milliseconds

12345678910