Searched refs:ETH_P_IP (Results 1 - 25 of 448) sorted by path

1234567891011>>

/linux-master/drivers/infiniband/ulp/opa_vnic/
H A Dopa_vnic_encap.c428 case htons(ETH_P_IP):
/linux-master/drivers/net/ethernet/cisco/enic/
H A Denic_clsf.c182 if (!res || keys.basic.n_proto != htons(ETH_P_IP) ||
/linux-master/drivers/net/ethernet/sfc/falcon/
H A Dfilter.h187 spec->ether_type = htons(ETH_P_IP);
212 spec->ether_type = htons(ETH_P_IP);
/linux-master/drivers/net/wireless/st/cw1200/
H A Dpm.c60 .type = __cpu_to_le16(ETH_P_IP),
/linux-master/net/802/
H A Dfc.c43 if (type == ETH_P_IP || type == ETH_P_ARP)
/linux-master/net/bridge/netfilter/
H A Debt_among.c73 if (eth_hdr(skb)->h_proto == htons(ETH_P_IP)) {
104 if (eth_hdr(skb)->h_proto == htons(ETH_P_IP)) {
H A Debt_arp.c43 if (ah->ar_pln != sizeof(__be32) || ah->ar_pro != htons(ETH_P_IP))
H A Debt_arpreply.c36 ap->ar_pro != htons(ETH_P_IP) ||
H A Debt_ip.c109 if (e->ethproto != htons(ETH_P_IP) ||
H A Debt_log.c98 htons(ETH_P_IP)) {
/linux-master/net/rxrpc/
H A Dutils.c21 case ETH_P_IP:
/linux-master/tools/testing/selftests/net/
H A Dpsock_tpacket.c134 if (eth->h_proto != htons(ETH_P_IP)) {
154 eth->h_proto = htons(ETH_P_IP);
H A Dtxring_overwrite.c51 eth->h_proto = htons(ETH_P_IP);
79 fdr = socket(PF_PACKET, SOCK_RAW, htons(ETH_P_IP));
/linux-master/arch/powerpc/platforms/ps3/
H A Dgelic_udbg.c162 h_vlan->h_vlan_encapsulated_proto = ETH_P_IP;
/linux-master/arch/um/drivers/
H A Dslip_kern.c44 return htons(ETH_P_IP);
H A Dslirp_kern.c49 return htons(ETH_P_IP);
H A Dvector_user.c454 txfd = create_raw_fd(iface, 0, ETH_P_IP); /* Turn off RX on this fd */
/linux-master/drivers/firewire/
H A Dnet.c486 case ETH_P_IP:
1265 case htons(ETH_P_IP):
/linux-master/drivers/infiniband/core/
H A Dlag.c72 skb->protocol = eth->h_proto = htons(is_ipv4 ? ETH_P_IP : ETH_P_IPV6);
/linux-master/drivers/infiniband/hw/bnxt_re/
H A Dib_verbs.c2287 ether_type = ETH_P_IP;
3366 case ETH_P_IP:
3371 len = (eth_type == ETH_P_IP ? sizeof(struct iphdr) :
/linux-master/drivers/infiniband/hw/irdma/
H A Dcm.c487 htons(ETH_P_IP);
489 ethh->h_proto = htons(ETH_P_IP);
/linux-master/drivers/infiniband/hw/mlx4/
H A Dqp.c3176 (ip_version == 4 ? ETH_P_IP : ETH_P_IPV6);
/linux-master/drivers/infiniband/hw/mlx5/
H A Dfs.c283 ethertype, ETH_P_IP);
607 ipv4_spec_valid = (eth_type == ETH_P_IP) &&
/linux-master/drivers/infiniband/hw/qedr/
H A Dqedr_roce_cm.c417 ether_type = ETH_P_IP;
/linux-master/drivers/infiniband/sw/rxe/
H A Drxe_icrc.c82 (skb->protocol == htons(ETH_P_IP) ?
96 if (skb->protocol == htons(ETH_P_IP)) { /* IPv4 */

Completed in 303 milliseconds

1234567891011>>