Searched refs:h_proto (Results 226 - 247 of 247) sorted by relevance

12345678910

/linux-master/drivers/net/ethernet/hisilicon/hns/
H A Dhns_enet.c1558 ethhdr->h_proto = htons(ETH_P_IP);
/linux-master/drivers/infiniband/hw/irdma/
H A Dutils.c1564 if (ethh->h_proto == htons(0x8100)) {
/linux-master/tools/testing/selftests/bpf/
H A Dxskxceiver.c164 eth_hdr->h_proto = htons(ETH_P_LOOPBACK);
/linux-master/drivers/net/hyperv/
H A Dnetvsc_drv.c570 if (eth_type_vlan(eth_hdr(skb)->h_proto)) {
/linux-master/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_ethtool.c177 ethh->h_proto = htons(ETH_P_ARP);
/linux-master/net/bridge/netfilter/
H A Debtables.c141 ethproto = h->h_proto;
/linux-master/drivers/net/ethernet/mediatek/
H A Dmtk_wed.c1974 skb->protocol = eh->h_proto;
/linux-master/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.c5972 if (!spec->h_proto)
6290 rule->tuples.ether_proto = be16_to_cpu(fs->h_u.ether_spec.h_proto);
6291 rule->tuples_mask.ether_proto = be16_to_cpu(fs->m_u.ether_spec.h_proto);
6771 spec->h_proto = cpu_to_be16(rule->tuples.ether_proto);
6772 spec_mask->h_proto = rule->unused_tuple & BIT(INNER_ETH_TYPE) ?
/linux-master/net/core/
H A Ddev.c3353 type = eth->h_proto;
4849 orig_eth_type = eth->h_proto;
4882 if ((orig_eth_type != eth->h_proto) ||
H A Dpktgen.c2739 eth->h_proto = protocol;
/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_iwarp.c1687 eth_type = ntohs(ethh->h_proto);
/linux-master/drivers/net/wireless/ath/wil6210/
H A Dwmi.c1198 eth->h_proto = cpu_to_be16(ETH_P_PAE);
/linux-master/net/packet/
H A Daf_packet.c1855 return likely(eth_hdr(skb)->h_proto == htons(ETH_P_8021Q));
/linux-master/drivers/net/ethernet/emulex/benet/
H A Dbe_main.c1095 if (eh->h_proto == htons(ETH_P_IPV6)) {
/linux-master/drivers/net/wireless/ath/ath11k/
H A Ddp_rx.c2199 if (ehdr->h_proto == cpu_to_be16(ETH_P_PAE)) {
/linux-master/drivers/infiniband/hw/bnxt_re/
H A Dib_verbs.c3361 eth_type = ntohs(eth_hdr->h_proto);
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tc.c3129 OFFLOAD(ETHERTYPE, 16, U16_MAX, eth.h_proto, 0, ethertype),
/linux-master/drivers/net/ethernet/nvidia/
H A Dforcedeth.c2853 protolen = ntohs(((struct ethhdr *)packet)->h_proto);
/linux-master/drivers/net/ethernet/intel/e1000e/
H A Dnetdev.c5724 if (((struct ethhdr *)skb->data)->h_proto != htons(ETH_P_IP))
/linux-master/drivers/net/wireless/ath/ath10k/
H A Dmac.c3838 eth->h_proto = type;
/linux-master/drivers/net/ethernet/sun/
H A Dniu.c6566 eth_proto = be16_to_cpu(ehdr->h_proto);
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c12648 switch (eh->h_proto) {

Completed in 817 milliseconds

12345678910