Searched refs:ETH_P_IPV6 (Results 226 - 250 of 357) sorted by last modified time

1234567891011>>

/linux-master/net/netfilter/
H A Dnft_fwd_netdev.c126 if (skb->protocol != htons(ETH_P_IPV6)) {
H A Dnft_payload.c474 case htons(ETH_P_IPV6):
H A Dnft_inner.c69 case htons(ETH_P_IPV6):
102 llproto = htons(ETH_P_IPV6);
137 case htons(ETH_P_IPV6): {
/linux-master/net/ipv6/
H A Desp6_offload.c155 : htons(ETH_P_IPV6);
H A Dxfrm6_output.c78 if (skb->protocol == htons(ETH_P_IPV6))
H A Dioam6_iptunnel.c304 if (skb->protocol != htons(ETH_P_IPV6))
/linux-master/net/ipv4/
H A Desp4_offload.c118 __be16 type = x->inner_mode.family == AF_INET6 ? htons(ETH_P_IPV6)
H A Dping.c180 } else if (skb->protocol == htons(ETH_P_IPV6)) {
207 } else if (skb->protocol == htons(ETH_P_IPV6) &&
506 } else if (skb->protocol == htons(ETH_P_IPV6)) {
574 } else if (skb->protocol == htons(ETH_P_IPV6)) {
920 if (skb->protocol == htons(ETH_P_IPV6) &&
/linux-master/net/802/
H A Dfddi.c55 if(type != ETH_P_IP && type != ETH_P_IPV6 && type != ETH_P_ARP)
59 if(type == ETH_P_IP || type == ETH_P_IPV6 || type == ETH_P_ARP)
/linux-master/drivers/net/wireguard/
H A Dcookie.c110 else if (skb->protocol == htons(ETH_P_IPV6))
/linux-master/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic_main.c1881 opcode = (protocol == cpu_to_be16(ETH_P_IPV6)) ?
1895 } else if (protocol == cpu_to_be16(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/net/sched/
H A Dsch_frag.c109 } else if (skb_protocol(skb, true) == htons(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/ethernet/sfc/
H A Dtc_conntrack.c149 : htons(ETH_P_IPV6))) {
H A Dmae.c1517 htons(ETH_P_IPV6));
1939 bool ipv6 = conn->eth_proto == htons(ETH_P_IPV6);
1971 bool ipv6 = conn->eth_proto == htons(ETH_P_IPV6);
H A Dtc_encap_actions.c374 efx_gen_tun_header_eth(encap, ETH_P_IPV6);
384 efx_gen_tun_header_eth(encap, ETH_P_IPV6);
/linux-master/drivers/net/ethernet/broadcom/
H A Dbcmsysport.c1287 case htons(ETH_P_IPV6):
/linux-master/drivers/net/wwan/iosm/
H A Diosm_ipc_wwan.c231 skb->protocol = htons(ETH_P_IPV6);
/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_ll2.c2711 if (!((vlan_get_protocol(skb) == 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/wireless/marvell/mwifiex/
H A Dsta_rx.c41 case ETH_P_IPV6:
/linux-master/drivers/net/thunderbolt/
H A Dmain.c1057 } else if (protocol == htons(ETH_P_IPV6)) {
/linux-master/drivers/infiniband/hw/qedr/
H A Dqedr_roce_cm.c423 ether_type = ETH_P_IPV6;
/linux-master/tools/testing/selftests/bpf/progs/
H A Dip_check_defrag.c10 #define ETH_P_IPV6 0x86DD macro
97 case ETH_P_IPV6:

Completed in 301 milliseconds

1234567891011>>