Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dif_arp.h49 case ARPHRD_SIT: in dev_is_mac_header_xmit()
/Linux-v5.15/include/uapi/linux/
Dif_arp.h74 #define ARPHRD_SIT 776 /* sit0 device - IPv6-in-IPv4 */ macro
/Linux-v5.15/net/sched/
Dact_sample.c146 case ARPHRD_SIT: in tcf_sample_dev_ok_push()
/Linux-v5.15/net/netfilter/
Dnf_log_syslog.c877 if (dev->type == ARPHRD_SIT) { in dump_ipv6_mac_header()
891 if (dev->type == ARPHRD_SIT) { in dump_ipv6_mac_header()
Dnfnetlink_log.c580 if (skb->dev->type == ARPHRD_SIT) in __build_packet_message()
/Linux-v5.15/net/ipv6/
Daddrconf.c430 if (dev->type == ARPHRD_SIT && (dev->priv_flags & IFF_ISATAP)) { in ipv6_add_dev()
441 dev->type == ARPHRD_SIT || in ipv6_add_dev()
2320 case ARPHRD_SIT: in ipv6_generate_eui64()
2418 if (dev->type == ARPHRD_SIT && (dev->flags & IFF_POINTOPOINT)) in addrconf_prefix_route()
2867 if (dev && dev->type == ARPHRD_SIT) in addrconf_set_dstaddr()
3593 case ARPHRD_SIT: in addrconf_notify()
Dsit.c1434 dev->type = ARPHRD_SIT; in ipip6_tunnel_setup()
/Linux-v5.15/drivers/net/
Dtun.c2942 case ARPHRD_SIT: in tun_get_addr_len()
/Linux-v5.15/net/core/
Ddev.c424 ARPHRD_BIF, ARPHRD_SIT, ARPHRD_IPDDP, ARPHRD_IPGRE,