Searched refs:ETH_P_IPV6 (Results 251 - 275 of 355) sorted by relevance

<<1112131415

/linux-master/drivers/net/ethernet/sfc/siena/
H A Defx_common.c1326 case htons(ETH_P_IPV6):
/linux-master/tools/testing/selftests/net/
H A Dtxtimestamp.c606 laddr.sll_protocol = htons(family == AF_INET ? ETH_P_IP : ETH_P_IPV6);
H A Dgro.c1130 ethhdr_proto = htons(ETH_P_IPV6);
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_xdp_noinline.c790 if (eth_proto == ETH_P_IPV6)
/linux-master/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_enet.c1252 if (skb->protocol == htons(ETH_P_IPV6)) {
1354 } else if (skb->protocol == htons(ETH_P_IPV6)) {
2915 fkeys.basic.n_proto != htons(ETH_P_IPV6)) ||
2990 else if (protocol == htons(ETH_P_IPV6))
3842 } else if (type == htons(ETH_P_IPV6)) {
/linux-master/drivers/net/ethernet/sfc/
H A Dmcdi_filters.c75 if (spec->ether_type == htons(ETH_P_IPV6) &&
136 ETH_P_IPV6 : ETH_P_IP);
/linux-master/drivers/net/wireless/ath/wil6210/
H A Dtxrx.c1531 case htons(ETH_P_IPV6):
1680 case cpu_to_be16(ETH_P_IPV6):
/linux-master/net/ipv6/
H A Dseg6_local.c1146 protocol = htons(ETH_P_IPV6);
1623 if (skb->protocol != htons(ETH_P_IPV6)) {
H A Daf_inet6.c888 .type = cpu_to_be16(ETH_P_IPV6),
H A Draw.c621 skb->protocol = htons(ETH_P_IPV6);
/linux-master/drivers/infiniband/hw/mlx5/
H A Dfs.c324 ethertype, ETH_P_IPV6);
609 ipv6_spec_valid = (eth_type == ETH_P_IPV6) &&
/linux-master/drivers/net/ethernet/hisilicon/hns/
H A Dhns_enet.c97 } else if (skb->protocol == htons(ETH_P_IPV6)) {
188 } else if (skb->protocol == htons(ETH_P_IPV6)) {
/linux-master/drivers/infiniband/ulp/ipoib/
H A Dipoib_main.c1112 (header->proto != htons(ETH_P_IPV6)) &&
1135 case htons(ETH_P_IPV6):
/linux-master/net/mpls/
H A Daf_mpls.c146 } else if (skb->protocol == htons(ETH_P_IPV6)) {
319 skb->protocol = htons(ETH_P_IPV6);
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dtx.c61 skb->protocol != htons(ETH_P_IPV6)),
1029 if (skb->protocol == htons(ETH_P_IPV6) &&
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_rule.c1078 if (spec->ip_version == 6 || spec->ethertype == ETH_P_IPV6)
/linux-master/net/netfilter/
H A Dnf_flow_table_offload.c156 key->basic.n_proto = htons(ETH_P_IPV6);
/linux-master/drivers/net/thunderbolt/
H A Dmain.c1057 } else if (protocol == htons(ETH_P_IPV6)) {
/linux-master/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_main.c542 skb->protocol == htons(ETH_P_IPV6) &&
/linux-master/drivers/net/vmxnet3/
H A Dvmxnet3_ethtool.c299 case htons(ETH_P_IPV6):
H A Dvmxnet3_drv.c1099 ctx.ipv6 = (vlan_get_protocol(skb) == cpu_to_be16(ETH_P_IPV6));
1481 BUG_ON(hdr.eth->h_proto != htons(ETH_P_IPV6) &&
1482 hdr.veth->h_vlan_encapsulated_proto != htons(ETH_P_IPV6));
/linux-master/net/netfilter/ipvs/
H A Dip_vs_xmit.c1084 htons(ETH_P_IP) : htons(ETH_P_IPV6);
/linux-master/include/net/
H A Dipv6.h484 if (skb->protocol != htons(ETH_P_IPV6))
/linux-master/drivers/net/ethernet/broadcom/asp2/
H A Dbcmasp_intf.c187 case htons(ETH_P_IPV6):
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_virtchnl_pf.c3818 cfilter.n_proto = ETH_P_IPV6;
3868 if (cfilter.n_proto == ETH_P_IPV6 && mask.dst_ip[3])
3954 cfilter->n_proto = ETH_P_IPV6;

Completed in 409 milliseconds

<<1112131415