Searched refs:ETH_P_IPV6 (Results 176 - 200 of 355) sorted by relevance

1234567891011>>

/linux-master/drivers/net/ethernet/mscc/
H A Docelot_flower.c691 if (ntohs(match.key->n_proto) == ETH_P_IPV6) {
741 proto == ETH_P_IPV6) {
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_tc_flower.c192 if (ethtype_key == ETH_P_IPV6)
341 if (eth_ip_type != ETH_P_IP && eth_ip_type != ETH_P_IPV6) {
/linux-master/tools/testing/selftests/net/
H A Dcsum.c424 addr.sll_protocol = htons(ETH_P_IPV6);
536 laddr.sll_protocol = htons(ETH_P_IPV6);
H A Dmsg_zerocopy.c497 uint16_t proto = cfg_family == PF_INET ? ETH_P_IP : ETH_P_IPV6;
/linux-master/drivers/net/ethernet/sfc/
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);
H A Drx_common.c651 if (spec->ether_type == htons(ETH_P_IPV6) &&
972 if (fk.basic.n_proto != htons(ETH_P_IP) && fk.basic.n_proto != htons(ETH_P_IPV6)) {
/linux-master/drivers/net/ethernet/sfc/siena/
H A Drx_common.c653 if (spec->ether_type == htons(ETH_P_IPV6) &&
978 if (fk.basic.n_proto != htons(ETH_P_IP) && fk.basic.n_proto != htons(ETH_P_IPV6)) {
/linux-master/drivers/net/
H A Dbareudp.c93 proto = htons(ETH_P_IPV6);
426 proto == htons(ETH_P_IPV6))
/linux-master/net/ipv4/
H A Dip_vti.c194 case htons(ETH_P_IPV6):
293 case htons(ETH_P_IPV6):
/linux-master/net/sched/
H A Dcls_flow.c158 case htons(ETH_P_IPV6):
171 case htons(ETH_P_IPV6):
/linux-master/net/xfrm/
H A Dxfrm_input.c275 skb->protocol = htons(ETH_P_IPV6);
306 skb->protocol = htons(ETH_P_IPV6);
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_cls_redirect.c390 encap->eth.h_proto = bpf_htons(ETH_P_IPV6);
423 proto = ETH_P_IPV6;
H A Dtest_cls_redirect_dynptr.c282 encap->eth.h_proto = bpf_htons(ETH_P_IPV6);
317 proto = ETH_P_IPV6;
H A Dxdp_synproxy_kern.c19 #define ETH_P_IPV6 0x86DD macro
399 case ETH_P_IPV6:
H A Dtest_l4lb.c466 else if (eth_proto == bpf_htons(ETH_P_IPV6))
/linux-master/net/core/
H A Dgro.c115 gro_max_size = p->protocol == htons(ETH_P_IPV6) ?
124 (p->protocol == htons(ETH_P_IPV6) &&
/linux-master/net/ipv6/
H A Dip6_tunnel.c909 .proto = htons(ETH_P_IPV6),
1112 if (payload_protocol == htons(ETH_P_IPV6)) {
1192 mtu = max(mtu, skb->protocol == htons(ETH_P_IPV6) ?
1246 else if (payload_protocol == htons(ETH_P_IPV6))
1434 case htons(ETH_P_IPV6):
H A Dip6_gre.c426 if (gre_parse_header(skb, &tpi, NULL, htons(ETH_P_IPV6),
604 hdr_len = gre_parse_header(skb, &tpi, &csum_err, htons(ETH_P_IPV6), 0);
915 case htons(ETH_P_IPV6):
971 if (skb->protocol == htons(ETH_P_IPV6)) {
1040 case htons(ETH_P_IPV6):
/linux-master/drivers/net/ethernet/wangxun/libwx/
H A Dwx_lib.c1126 case htons(ETH_P_IPV6):
1153 skb->inner_protocol == htons(ETH_P_IPV6)) {
1183 case htons(ETH_P_IPV6):
1279 case htons(ETH_P_IPV6):
1366 case htons(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/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_flows.c721 pkt->etype = cpu_to_be16(ETH_P_IPV6);
728 pkt->etype = cpu_to_be16(ETH_P_IPV6);
778 pkt->etype = cpu_to_be16(ETH_P_IPV6);
H A Dotx2_txrx.c786 } else if (skb->protocol == htons(ETH_P_IPV6)) {
1057 case ETH_P_IPV6:
1116 if (ntohs(eth->h_proto) == ETH_P_IPV6)
/linux-master/net/bpf/
H A Dtest_run.c1039 case htons(ETH_P_IPV6):
1576 return htons(ETH_P_IPV6);
1649 case htons(ETH_P_IPV6):
/linux-master/tools/testing/selftests/bpf/
H A Dtest_flow_dissector.c365 : ETH_P_IPV6);
/linux-master/drivers/net/wireguard/
H A Dsocket.c245 } else if (IS_ENABLED(CONFIG_IPV6) && skb->protocol == htons(ETH_P_IPV6)) {

Completed in 316 milliseconds

1234567891011>>