Searched refs:ETH_P_IPV6 (Results 226 - 250 of 355) sorted by relevance

1234567891011>>

/linux-master/drivers/net/ethernet/netronome/nfp/flower/
H A Doffload.c424 case cpu_to_be16(ETH_P_IPV6):
514 case cpu_to_be16(ETH_P_IPV6):
/linux-master/net/openvswitch/
H A Dactions.c893 } else if (key->eth.type == htons(ETH_P_IPV6)) {
1261 if (skb->protocol == htons(ETH_P_IPV6)) {
/linux-master/drivers/net/bonding/
H A Dbond_alb.c1384 case htons(ETH_P_IPV6):
1452 case ETH_P_IPV6: {
/linux-master/drivers/net/ethernet/pensando/ionic/
H A Dionic_txrx.c1328 } else if (skb->protocol == cpu_to_be16(ETH_P_IPV6)) {
1352 } else if (skb->protocol == cpu_to_be16(ETH_P_IPV6)) {
/linux-master/net/ipv6/
H A Dndisc.c112 .protocol = cpu_to_be16(ETH_P_IPV6),
429 skb->protocol = htons(ETH_P_IPV6);
H A Dsit.c701 if (iptunnel_pull_header(skb, 0, htons(ETH_P_IPV6),
1075 case htons(ETH_P_IPV6):
/linux-master/net/ipv4/
H A Dip_gre.c192 if (tpi->proto == htons(ETH_P_IPV6) &&
566 if (skb->protocol == htons(ETH_P_IPV6)) {
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_tc_lib.c298 if (fltr->inner_headers.l2_key.n_proto == htons(ETH_P_IPV6) &&
551 if (headers->l2_key.n_proto == htons(ETH_P_IPV6) &&
/linux-master/drivers/net/usb/
H A Dqmi_wwan.c200 skbn->protocol = htons(ETH_P_IPV6);
586 proto = htons(ETH_P_IPV6);
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dselect_reuseport.c264 expected.eth_protocol = htons(ETH_P_IPV6);
/linux-master/net/bridge/
H A Dbr_multicast_eht.c385 case htons(ETH_P_IPV6):
H A Dbr_switchdev.c533 else if (mp->addr.proto == htons(ETH_P_IPV6))
/linux-master/net/6lowpan/
H A Diphc.c1140 if (skb->protocol != htons(ETH_P_IPV6))
/linux-master/net/core/
H A Dnetpoll.c463 skb->protocol = eth->h_proto = htons(ETH_P_IPV6);
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_flower.c535 if (n_proto != ETH_P_IP && n_proto != ETH_P_IPV6) {
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_fs_ethtool.c194 MLX5E_FTE_SET(headers_v, ethertype, ETH_P_IPV6);
/linux-master/drivers/infiniband/hw/qedr/
H A Dqedr_roce_cm.c423 ether_type = ETH_P_IPV6;
/linux-master/net/netfilter/
H A Dnft_payload.c474 case htons(ETH_P_IPV6):
H A Dnft_meta.c113 case htons(ETH_P_IPV6):
H A Dnft_exthdr.c55 if (pkt->skb->protocol != htons(ETH_P_IPV6))
H A Dnf_log_syslog.c939 case htons(ETH_P_IPV6):
/linux-master/drivers/net/ethernet/intel/iavf/
H A Diavf_fdir.c576 fltr->eth_data.etype == htons(ETH_P_IPV6))
/linux-master/drivers/net/ethernet/intel/idpf/
H A Didpf_singleq_txrx.c378 else if (protocol == htons(ETH_P_IPV6))
/linux-master/drivers/net/wwan/
H A Dqcom_bam_dmux.c532 skb->protocol = htons(ETH_P_IPV6);
/linux-master/drivers/net/ethernet/sfc/
H A Defx_common.c1309 case htons(ETH_P_IPV6):

Completed in 257 milliseconds

1234567891011>>