Home
last modified time | relevance | path

Searched refs:ARPHRD_SIT (Results 1 – 9 of 9) sorted by relevance

/Linux-v6.6/include/linux/
Dif_arp.h49 case ARPHRD_SIT: in dev_is_mac_header_xmit()
/Linux-v6.6/include/uapi/linux/
Dif_arp.h74 #define ARPHRD_SIT 776 /* sit0 device - IPv6-in-IPv4 */ macro
/Linux-v6.6/net/sched/
Dact_sample.c153 case ARPHRD_SIT: in tcf_sample_dev_ok_push()
/Linux-v6.6/net/netfilter/
Dnf_log_syslog.c806 if (dev->type == ARPHRD_SIT) { in dump_mac_header()
819 if (dev->type == ARPHRD_SIT) { in dump_mac_header()
Dnfnetlink_log.c592 if (skb->dev->type == ARPHRD_SIT) in __build_packet_message()
/Linux-v6.6/net/ipv6/
Daddrconf.c427 if (dev->type == ARPHRD_SIT && (dev->priv_flags & IFF_ISATAP)) { in ipv6_add_dev()
438 dev->type == ARPHRD_SIT || in ipv6_add_dev()
2332 case ARPHRD_SIT: in ipv6_generate_eui64()
2430 if (dev->type == ARPHRD_SIT && (dev->flags & IFF_POINTOPOINT)) in addrconf_prefix_route()
2902 if (dev && dev->type == ARPHRD_SIT) in addrconf_set_dstaddr()
3167 if (!(idev->dev->flags & IFF_POINTOPOINT) && idev->dev->type == ARPHRD_SIT) { in add_v4_addrs()
3491 case ARPHRD_SIT: in addrconf_init_auto_addrs()
Dsit.c1430 dev->type = ARPHRD_SIT; in ipip6_tunnel_setup()
/Linux-v6.6/drivers/net/
Dtun.c3039 case ARPHRD_SIT: in tun_get_addr_len()
/Linux-v6.6/net/core/
Ddev.c461 ARPHRD_BIF, ARPHRD_SIT, ARPHRD_IPDDP, ARPHRD_IPGRE,