Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dif_arp.h49 case ARPHRD_SIT: in dev_is_mac_header_xmit()
/linux/include/uapi/linux/
H A Dif_arp.h74 #define ARPHRD_SIT 776 /* sit0 device - IPv6-in-IPv4 */ macro
/linux/net/sched/
H A Dact_sample.c153 case ARPHRD_SIT: in tcf_sample_dev_ok_push()
/linux/net/netfilter/
H A Dnf_log_syslog.c807 if (dev->type == ARPHRD_SIT) { in dump_mac_header()
820 if (dev->type == ARPHRD_SIT) { in dump_mac_header()
H A Dnfnetlink_log.c592 if (skb->dev->type == ARPHRD_SIT) in __build_packet_message()
/linux/net/ipv6/
H A Daddrconf.c432 if (dev->type == ARPHRD_SIT && (dev->priv_flags & IFF_ISATAP)) { in ipv6_add_dev()
443 dev->type == ARPHRD_SIT || in ipv6_add_dev()
2383 case ARPHRD_SIT: in ipv6_generate_eui64()
2481 if (dev->type == ARPHRD_SIT && (dev->flags & IFF_POINTOPOINT)) in addrconf_prefix_route()
2984 if (dev && dev->type == ARPHRD_SIT) in addrconf_set_dstaddr()
3220 if (!(idev->dev->flags & IFF_POINTOPOINT) && idev->dev->type == ARPHRD_SIT) { in add_v4_addrs()
3551 case ARPHRD_SIT: in addrconf_init_auto_addrs()
H A Dsit.c1432 dev->type = ARPHRD_SIT; in ipip6_tunnel_setup()
/linux/drivers/net/
H A Dtun.c3051 case ARPHRD_SIT: in tun_get_addr_len()
/linux/net/core/
H A Ddev.c480 ARPHRD_BIF, ARPHRD_SIT, ARPHRD_IPDDP, ARPHRD_IPGRE,