Searched refs:ETH_P_IPV6 (Results 51 - 75 of 357) sorted by relevance

1234567891011>>

/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_tc_u32.c167 if (protocol != htons(ETH_P_IP) && protocol != htons(ETH_P_IPV6))
170 inet_family = (protocol == htons(ETH_P_IPV6)) ? PF_INET6 : PF_INET;
205 if (protocol == htons(ETH_P_IPV6)) {
/linux-master/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_vcap_impl.c149 ETH_P_IPV6,
157 ETH_P_IPV6,
165 ETH_P_IPV6,
453 if (l3_proto == ETH_P_ALL || l3_proto == ETH_P_IPV6)
469 if (l3_proto != ETH_P_IP && l3_proto != ETH_P_IPV6)
527 if (l3_proto == ETH_P_ALL || l3_proto == ETH_P_IPV6) {
565 l3_proto != ETH_P_IPV6) {
656 if (l3_proto == ETH_P_ALL || l3_proto == ETH_P_IPV6) {
685 l3_proto != ETH_P_IPV6) {
1551 case ETH_P_IPV6
[all...]
/linux-master/net/bridge/
H A Dbr_arp_nd_proxy.c274 reply->protocol = htons(ETH_P_IPV6);
299 eth_hdr(reply)->h_proto = htons(ETH_P_IPV6);
300 reply->protocol = htons(ETH_P_IPV6);
/linux-master/tools/testing/selftests/bpf/progs/
H A Dbpf_flow.c124 case bpf_htons(ETH_P_IPV6):
192 return parse_eth_proto(skb, bpf_htons(ETH_P_IPV6));
333 keys->addr_proto = ETH_P_IPV6;
H A Dtest_tc_neigh_fib.c101 case __bpf_constant_htons(ETH_P_IPV6):
H A Dtest_tcp_check_syncookie_kern.c97 case ETH_P_IPV6:
H A Dtest_sk_lookup_kern.c38 } else if (eth_proto == bpf_htons(ETH_P_IPV6)) {
H A Dtest_sk_assign.c80 } else if (eth->h_proto == bpf_htons(ETH_P_IPV6)) {
H A Dbpf_tracing_net.h68 #define ETH_P_IPV6 0x86DD macro
H A Dtest_xdp_dynptr.c211 set_ethhdr(new_eth, old_eth, tnl, bpf_htons(ETH_P_IPV6));
249 else if (h_proto == bpf_htons(ETH_P_IPV6))
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtxrx.h436 if (swp_spec->l3_proto == htons(ETH_P_IPV6))
446 if (swp_spec->tun_l3_proto == htons(ETH_P_IPV6))
450 if (swp_spec->l3_proto == htons(ETH_P_IPV6))
H A Dptp.h85 fk.basic.n_proto != 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)
/linux-master/samples/bpf/
H A Dparse_varlen.c146 else if (h_proto == htons(ETH_P_IPV6))
/linux-master/net/sched/
H A Dem_ipset.c69 case htons(ETH_P_IPV6):
/linux-master/net/netfilter/
H A Dxt_AUDIT.c86 case htons(ETH_P_IPV6):
H A Dnft_reject_netdev.c118 case htons(ETH_P_IPV6):
/linux-master/include/uapi/linux/
H A Dif_ether.h74 #define ETH_P_IPV6 0x86DD /* IPv6 over bluebook */ macro
/linux-master/drivers/net/ethernet/sfc/
H A Dfilter.h234 spec->ether_type = htons(ETH_P_IPV6);
/linux-master/net/ipv6/
H A Dxfrm6_output.c78 if (skb->protocol == htons(ETH_P_IPV6))
H A Doutput_core.c141 skb->protocol = htons(ETH_P_IPV6);
/linux-master/include/net/netfilter/
H A Dnf_queue.h93 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/sw/rxe/
H A Drxe_recv.c121 } else if (skb->protocol == htons(ETH_P_IPV6)) {
202 else if (skb->protocol == htons(ETH_P_IPV6))
/linux-master/net/xfrm/
H A Dxfrm_output.c275 bool small_ipv6 = (skb->protocol == htons(ETH_P_IPV6)) && (skb->len <= IPV6_MIN_MTU);
437 skb->protocol = htons(ETH_P_IPV6);
694 case ETH_P_IPV6:
847 skb->protocol = htons(ETH_P_IPV6);
886 case htons(ETH_P_IPV6):
900 else if (skb->protocol == htons(ETH_P_IPV6) &&

Completed in 332 milliseconds

1234567891011>>