Searched refs:ETH_P_IPV6 (Results 26 - 50 of 357) sorted by last modified time

1234567891011>>

/linux-master/net/ipv6/
H A Dsit.c702 if (iptunnel_pull_header(skb, 0, htons(ETH_P_IPV6),
1076 case htons(ETH_P_IPV6):
H A Draw.c621 skb->protocol = htons(ETH_P_IPV6);
H A Dndisc.c112 .protocol = cpu_to_be16(ETH_P_IPV6),
429 skb->protocol = htons(ETH_P_IPV6);
H A Dip6mr.c575 skb->protocol = htons(ETH_P_IPV6);
H A Dip6_vti.c465 case htons(ETH_P_IPV6):
513 if (skb->protocol == htons(ETH_P_IPV6)) {
561 case htons(ETH_P_IPV6):
H A Dip6_tunnel.c907 .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_output.c234 skb->protocol = htons(ETH_P_IPV6);
340 skb->protocol = htons(ETH_P_IPV6);
1658 skb->protocol = htons(ETH_P_IPV6);
H A Dip6_gre.c426 if (gre_parse_header(skb, &tpi, NULL, htons(ETH_P_IPV6),
605 hdr_len = gre_parse_header(skb, &tpi, &csum_err, htons(ETH_P_IPV6), 0);
924 case htons(ETH_P_IPV6):
981 if (skb->protocol == htons(ETH_P_IPV6)) {
1051 case htons(ETH_P_IPV6):
H A Dip6_offload.c346 skb_set_inner_protocol(skb, cpu_to_be16(ETH_P_IPV6));
471 .type = cpu_to_be16(ETH_P_IPV6),
/linux-master/net/ipv6/ila/
H A Dila_lwt.c46 if (skb->protocol != htons(ETH_P_IPV6))
106 if (skb->protocol != htons(ETH_P_IPV6))
/linux-master/net/ipv4/
H A Dtcp_input.c794 if (skb->protocol == htons(ETH_P_IPV6))
4610 skb->protocol == htons(ETH_P_IPV6) &&
H A Dtcp.c3954 else if (skb->protocol == htons(ETH_P_IPV6))
H A Dip_vti.c197 case htons(ETH_P_IPV6):
296 case htons(ETH_P_IPV6):
H A Dip_tunnel_core.c426 if (skb->protocol == htons(ETH_P_IPV6))
1091 return htons(ETH_P_IPV6);
H A Dip_tunnel.c542 else if (skb->protocol == htons(ETH_P_IPV6)) {
608 else if (skb->protocol == htons(ETH_P_IPV6))
654 else if (skb->protocol == htons(ETH_P_IPV6))
725 else if (payload_protocol == htons(ETH_P_IPV6)) {
768 } else if (payload_protocol == htons(ETH_P_IPV6)) {
838 else if (payload_protocol == htons(ETH_P_IPV6))
H A Dip_gre.c192 if (tpi->proto == htons(ETH_P_IPV6) &&
581 if (skb->protocol == htons(ETH_P_IPV6)) {
/linux-master/net/core/
H A Dskbuff.c5782 case htons(ETH_P_IPV6):
H A Drtnetlink.c6233 entry->addr.proto != htons(ETH_P_IPV6) &&
6315 } else if (entry->addr.proto == htons(ETH_P_IPV6)) {
H A Dnetpoll.c463 skb->protocol = eth->h_proto = htons(ETH_P_IPV6);
H A Dflow_dissector.c740 *p_proto = htons(ETH_P_IPV6);
942 } else if (flow_keys->addr_proto == ETH_P_IPV6 &&
1221 case htons(ETH_P_IPV6): {
1366 proto = htons(ETH_P_IPV6);
1526 if (proto != htons(ETH_P_IPV6))
1545 if (proto != htons(ETH_P_IPV6))
1595 proto = htons(ETH_P_IPV6);
H A Dgro.c116 gro_max_size = p->protocol == htons(ETH_P_IPV6) ?
125 (p->protocol == htons(ETH_P_IPV6) &&
H A Dfilter.c2419 else if (skb->protocol == htons(ETH_P_IPV6))
3312 skb->protocol = htons(ETH_P_IPV6);
3353 to_proto == htons(ETH_P_IPV6))
3356 if (from_proto == htons(ETH_P_IPV6) &&
3426 case htons(ETH_P_IPV6):
3470 skb->protocol != htons(ETH_P_IPV6))
3533 skb->protocol = htons(ETH_P_IPV6);
3534 else if (skb->protocol == htons(ETH_P_IPV6) &&
3582 skb->protocol = htons(ETH_P_IPV6);
3583 else if (skb->protocol == htons(ETH_P_IPV6)
[all...]
H A Ddev.c5383 case htons(ETH_P_IPV6):
/linux-master/net/bridge/
H A Dbr_device.c70 skb->protocol == htons(ETH_P_IPV6) &&
H A Dbr_netfilter_hooks.c74 (!skb_vlan_tag_present(skb) && skb->protocol == htons(ETH_P_IPV6))
101 return vlan_proto(skb) == htons(ETH_P_IPV6) &&
663 if (skb->protocol == htons(ETH_P_IPV6))
727 skb->protocol = htons(ETH_P_IPV6);
903 skb->protocol == htons(ETH_P_IPV6)) {
970 skb->protocol = htons(ETH_P_IPV6);

Completed in 406 milliseconds

1234567891011>>