Searched refs:ETH_P_IPV6 (Results 1 - 25 of 355) sorted by path

1234567891011>>

/linux-master/drivers/infiniband/ulp/opa_vnic/
H A Dopa_vnic_encap.c417 case htons(ETH_P_IPV6):
/linux-master/net/bridge/netfilter/
H A Debt_ip6.c111 if (e->ethproto != htons(ETH_P_IPV6) || e->invflags & EBT_IPROTO)
H A Debt_log.c115 htons(ETH_P_IPV6)) {
/linux-master/net/ieee802154/6lowpan/
H A Dtx.c49 if (type != ETH_P_IPV6)
/linux-master/net/ipv6/netfilter/
H A Dip6t_eui64.c33 if (eth_hdr(skb)->h_proto == htons(ETH_P_IPV6)) {
/linux-master/net/rxrpc/
H A Dutils.c30 case ETH_P_IPV6:
/linux-master/drivers/firewire/
H A Dnet.c488 case ETH_P_IPV6:
990 case htons(ETH_P_IPV6):
1267 case htons(ETH_P_IPV6):
/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.c2290 ether_type = ETH_P_IPV6;
3367 case ETH_P_IPV6: {
/linux-master/drivers/infiniband/hw/irdma/
H A Dcm.c519 htons(ETH_P_IPV6);
521 ethh->h_proto = htons(ETH_P_IPV6);
/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.c324 ethertype, ETH_P_IPV6);
609 ipv6_spec_valid = (eth_type == ETH_P_IPV6) &&
/linux-master/drivers/infiniband/hw/qedr/
H A Dqedr_roce_cm.c423 ether_type = ETH_P_IPV6;
/linux-master/drivers/infiniband/sw/rxe/
H A Drxe_net.c337 else if (skb->protocol == htons(ETH_P_IPV6))
371 } else if (skb->protocol == htons(ETH_P_IPV6)) {
502 skb->protocol = htons(ETH_P_IPV6);
H A Drxe_recv.c121 } else if (skb->protocol == htons(ETH_P_IPV6)) {
202 else if (skb->protocol == htons(ETH_P_IPV6))
/linux-master/drivers/infiniband/ulp/ipoib/
H A Dipoib_cm.c1443 else if (skb->protocol == htons(ETH_P_IPV6)) {
H A Dipoib_main.c1112 (header->proto != htons(ETH_P_IPV6)) &&
1135 case htons(ETH_P_IPV6):
/linux-master/drivers/net/
H A Damt.c827 skb->protocol = htons(ETH_P_IPV6);
847 eth->h_proto = htons(ETH_P_IPV6);
1039 skb_set_inner_protocol(skb, htons(ETH_P_IPV6));
1096 skb_set_inner_protocol(skb, htons(ETH_P_IPV6));
1154 skb_set_inner_protocol(skb, htons(ETH_P_IPV6));
2186 ETH_P_IPV6);
2325 skb->protocol = htons(ETH_P_IPV6);
2326 eth->h_proto = htons(ETH_P_IPV6);
2422 skb->protocol = htons(ETH_P_IPV6);
2423 eth->h_proto = htons(ETH_P_IPV6);
[all...]
H A Dbareudp.c93 proto = htons(ETH_P_IPV6);
426 proto == htons(ETH_P_IPV6))
/linux-master/drivers/net/arcnet/
H A Drfc1201.c114 return htons(ETH_P_IPV6);
391 case ETH_P_IPV6:
/linux-master/drivers/net/bonding/
H A Dbond_alb.c1384 case htons(ETH_P_IPV6):
1452 case ETH_P_IPV6: {
H A Dbond_main.c3352 bool is_ipv6 = skb->protocol == __cpu_to_be16(ETH_P_IPV6);
4070 } else if (l2_proto == htons(ETH_P_IPV6)) {
/linux-master/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-drv.c1730 case htons(ETH_P_IPV6):
/linux-master/drivers/net/ethernet/broadcom/asp2/
H A Dbcmasp.c367 val_16 = htons(ETH_P_IPV6);
H A Dbcmasp_intf.c187 case htons(ETH_P_IPV6):

Completed in 704 milliseconds

1234567891011>>