Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dif_arp.h53 case ARPHRD_SIT: in dev_is_mac_header_xmit()
/Linux-v4.19/include/uapi/linux/
Dif_arp.h73 #define ARPHRD_SIT 776 /* sit0 device - IPv6-in-IPv4 */ macro
/Linux-v4.19/net/ipv6/netfilter/
Dnf_log_ipv6.c319 if (dev->type == ARPHRD_SIT) { in dump_ipv6_mac_header()
333 if (dev->type == ARPHRD_SIT) { in dump_ipv6_mac_header()
/Linux-v4.19/net/sched/
Dact_sample.c126 case ARPHRD_SIT: in tcf_sample_dev_ok_push()
/Linux-v4.19/net/ipv6/
Daddrconf.c422 if (dev->type == ARPHRD_SIT && (dev->priv_flags & IFF_ISATAP)) { in ipv6_add_dev()
433 dev->type == ARPHRD_SIT || in ipv6_add_dev()
2241 case ARPHRD_SIT: in ipv6_generate_eui64()
2341 if (dev->type == ARPHRD_SIT && (dev->flags & IFF_POINTOPOINT)) in addrconf_prefix_route()
2774 if (dev->type == ARPHRD_SIT) { in addrconf_set_dstaddr()
3521 case ARPHRD_SIT: in addrconf_notify()
Dsit.c1370 dev->type = ARPHRD_SIT; in ipip6_tunnel_setup()
/Linux-v4.19/net/netfilter/
Dnfnetlink_log.c534 if (skb->dev->type == ARPHRD_SIT) in __build_packet_message()
/Linux-v4.19/net/mpls/
Daf_mpls.c1544 dev->type == ARPHRD_SIT || in mpls_dev_notify()
/Linux-v4.19/net/core/
Ddev.c294 ARPHRD_BIF, ARPHRD_SIT, ARPHRD_IPDDP, ARPHRD_IPGRE,