Searched refs:h_proto (Results 201 - 225 of 249) sorted by relevance

12345678910

/linux-master/drivers/net/
H A Dmacsec.c298 h->eth.h_proto = htons(ETH_P_MACSEC);
491 skb->protocol = eth_hdr(skb)->h_proto;
1136 if (hdr->eth.h_proto != htons(ETH_P_MACSEC))
/linux-master/drivers/net/vmxnet3/
H A Dvmxnet3_drv.c1474 BUG_ON(hdr.eth->h_proto != htons(ETH_P_IP) &&
1481 BUG_ON(hdr.eth->h_proto != htons(ETH_P_IPV6) &&
4299 ehdr->h_proto = htons(ETH_P_ARP);
/linux-master/net/bridge/
H A Dbr_multicast.c984 eth->h_proto = htons(ETH_P_IP);
1134 eth->h_proto = htons(ETH_P_IPV6);
4829 eth.h_proto = htons(proto);
H A Dbr_private.h1171 switch (eth->h_proto) {
/linux-master/net/core/
H A Dskbuff.c6290 eth->h_proto = skb->protocol;
6303 __be16 diff[] = { ~hdr->h_proto, ethertype };
6308 hdr->h_proto = ethertype;
/linux-master/drivers/net/bonding/
H A Dbond_main.c4051 return ep->h_dest[5] ^ ep->h_source[5] ^ be16_to_cpu(ep->h_proto);
4239 return __bond_xmit_hash(bond, NULL, xdp->data, eth->h_proto, 0,
4929 if (eth->h_proto == htons(ETH_P_IP)) {
/linux-master/drivers/net/wireless/intel/iwlwifi/mei/
H A Dmain.c1088 skb->protocol = ethhdr->h_proto;
/linux-master/net/batman-adv/
H A Dbridge_loop_avoidance.c1095 proto = ethhdr->h_proto;
/linux-master/drivers/net/phy/
H A Dnxp-c45-tja11xx-macsec.c1571 tlv->eth.h_proto = htons(ETH_P_TJA11XX_TLV);
/linux-master/drivers/net/netdevsim/
H A Ddev.c757 eth->h_proto = htons(ETH_P_IP);
/linux-master/net/atm/
H A Dmpc.c584 if (eth->h_proto != htons(ETH_P_IP))
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_virtchnl_fdir.c833 input->ext_data.ether_type = eth->h_proto;
H A Dice_txrx.c2400 eth->h_proto == htons(ETH_P_LLDP)) &&
/linux-master/net/bpf/
H A Dtest_run.c1369 retval = bpf_flow_dissect(prog, &ctx, eth->h_proto, ETH_HLEN,
/linux-master/net/mac80211/
H A Dtx.c3365 amsdu_hdr->h_proto = cpu_to_be16(subframe_len);
4390 ethertype = eth->h_proto;
4709 sdata->control_port_protocol == ehdr->h_proto))
6205 ehdr->h_proto = proto;
/linux-master/drivers/net/usb/
H A Dqmi_wwan.c606 eth_hdr(skb)->h_proto = proto;
/linux-master/drivers/net/wireless/microchip/wilc1000/
H A Dwlan.c149 if (eth_hdr_ptr->h_proto != htons(ETH_P_IP))
/linux-master/drivers/net/ethernet/aquantia/atlantic/hw_atl/
H A Dhw_atl_b0.c1424 return (eth->h_proto == htons(ETH_P_1588)) ? 12 : 14;
/linux-master/drivers/net/wireless/ath/ath12k/
H A Ddp_rx.c2142 rfc.snap_type = eth->h_proto;
2180 if (ehdr->h_proto == cpu_to_be16(ETH_P_PAE)) {
/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_cmn.c1935 u16 ether_type = ntohs(hdr->h_proto);
3924 cpu_to_le16(ntohs(eth->h_proto));
/linux-master/drivers/infiniband/hw/irdma/
H A Dcm.c489 ethh->h_proto = htons(ETH_P_IP);
521 ethh->h_proto = htons(ETH_P_IPV6);
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_rx.c1173 proto = __vlan_get_protocol(skb, eth->h_proto, &network_depth);
1365 *proto = ((struct ethhdr *)skb->data)->h_proto;
/linux-master/drivers/net/ethernet/chelsio/cxgb/
H A Dsge.c1802 return e->h_proto == htons(ETH_P_8021Q) ? VLAN_ETH_HLEN : ETH_HLEN;
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dfwsignal.c2123 brcmf_dbg(DATA, "tx proto=0x%X\n", ntohs(eh->h_proto));
/linux-master/drivers/net/wireless/ath/wil6210/
H A Dtxrx.c1525 ethertype = eth->h_proto;

Completed in 462 milliseconds

12345678910