Searched refs:ETH_P_IPV6 (Results 76 - 100 of 357) sorted by last modified time

1234567891011>>

/linux-master/drivers/net/ethernet/sfc/
H A Defx_common.c1309 case htons(ETH_P_IPV6):
/linux-master/drivers/net/ethernet/realtek/
H A Dr8169_main.c4178 case htons(ETH_P_IPV6):
4284 case htons(ETH_P_IPV6):
/linux-master/drivers/net/ethernet/qlogic/qede/
H A Dqede_filter.c446 skb->protocol != htons(ETH_P_IPV6))
1461 if (a->eth_proto != htons(ETH_P_IPV6) ||
1462 b->eth_proto != htons(ETH_P_IPV6))
1794 tuple->eth_proto = htons(ETH_P_IPV6);
1814 tuple->eth_proto = htons(ETH_P_IPV6);
1855 proto != htons(ETH_P_IPV6)) {
1870 else if (ip_proto == IPPROTO_TCP && proto == htons(ETH_P_IPV6))
1874 else if (ip_proto == IPPROTO_UDP && proto == htons(ETH_P_IPV6))
2013 proto = htons(ETH_P_IPV6);
/linux-master/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_common.c2139 case htons(ETH_P_IPV6):
/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/drivers/net/ethernet/mscc/
H A Docelot_flower.c688 if (ntohs(match.key->n_proto) == ETH_P_IPV6) {
738 proto == ETH_P_IPV6) {
/linux-master/drivers/net/ethernet/microsoft/mana/
H A Dmana_en.c80 } else if (skb->protocol == htons(ETH_P_IPV6)) {
288 else if (skb->protocol == htons(ETH_P_IPV6))
/linux-master/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_tc_flower.c105 } else if (st->l3_proto == ETH_P_IPV6) {
1099 case ETH_P_IPV6:
1112 case ETH_P_IPV6:
1124 case ETH_P_IPV6:
/linux-master/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_tc_flower.c19 case ETH_P_IPV6:
28 case ETH_P_IPV6:
112 } else if (st->l3_proto == ETH_P_IPV6 &&
H A Dlan966x_main.c542 skb->protocol == htons(ETH_P_IPV6) &&
/linux-master/drivers/net/ethernet/micrel/
H A Dksz884x.c4489 skb->protocol == 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/lib/
H A Dfs_ttc.c75 .etype = ETH_P_IPV6,
83 .etype = ETH_P_IPV6,
91 .etype = ETH_P_IPV6,
99 .etype = ETH_P_IPV6,
107 .etype = ETH_P_IPV6,
122 .etype = ETH_P_IPV6,
130 .etype = ETH_P_IPV6,
138 .etype = ETH_P_IPV6,
235 if (ethertype == ETH_P_IPV6)
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tc.c2256 match->key->n_proto == htons(ETH_P_IPV6))) {
2285 else if (ethertype == ETH_P_IPV6)
3432 ethertype != ETH_P_IP && ethertype != ETH_P_IPV6)
H A Den_main.c4832 case htons(ETH_P_IPV6):
4855 case htons(ETH_P_IPV6):
/linux-master/drivers/net/ethernet/mediatek/
H A Dmtk_ppe.c269 l2->etype = ETH_P_IPV6;
731 l2->etype = ETH_P_IPV6;
/linux-master/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_txrx.c789 } else if (skb->protocol == htons(ETH_P_IPV6)) {
1060 case ETH_P_IPV6:
1119 if (ntohs(eth->h_proto) == ETH_P_IPV6)
H A Dotx2_tc.c710 } else if (ntohs(flow_spec->etype) == ETH_P_IPV6) {
H A Dotx2_flows.c722 pkt->etype = cpu_to_be16(ETH_P_IPV6);
729 pkt->etype = cpu_to_be16(ETH_P_IPV6);
779 pkt->etype = cpu_to_be16(ETH_P_IPV6);
/linux-master/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_main.c3634 } else if (l3_proto == htons(ETH_P_IPV6)) {
/linux-master/drivers/net/ethernet/marvell/
H A Dmvneta.c1968 } else if (l3_proto == htons(ETH_P_IPV6)) {
/linux-master/drivers/net/ethernet/
H A Djme.c2078 case htons(ETH_P_IPV6):
/linux-master/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c8494 (first->protocol != htons(ETH_P_IPV6)))
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_txrx.c2473 else if (skb->protocol == htons(ETH_P_IPV6))
H A Dice_tc_lib.c320 if (fltr->inner_headers.l2_key.n_proto == htons(ETH_P_IPV6) &&
576 if (headers->l2_key.n_proto == htons(ETH_P_IPV6) &&

Completed in 478 milliseconds

1234567891011>>