Searched refs:IFLA_IPTUN_TTL (Results 1 – 5 of 5) sorted by relevance
| /linux/include/uapi/linux/ |
| H A D | if_tunnel.h | 63 IFLA_IPTUN_TTL, enumerator
|
| /linux/net/ipv4/ |
| H A D | ipip.c | 568 nla_put_u8(skb, IFLA_IPTUN_TTL, parm->iph.ttl) || in ipip_fill_info() 599 [IFLA_IPTUN_TTL] = { .type = NLA_U8 },
|
| H A D | ip_tunnel_core.c | 1187 if (data[IFLA_IPTUN_TTL]) { in ip_tunnel_netlink_parms() 1188 parms->iph.ttl = nla_get_u8(data[IFLA_IPTUN_TTL]); in ip_tunnel_netlink_parms()
|
| /linux/net/ipv6/ |
| H A D | ip6_tunnel.c | 2046 if (data[IFLA_IPTUN_TTL]) in ip6_tnl_netlink_parms() 2047 parms->hop_limit = nla_get_u8(data[IFLA_IPTUN_TTL]); in ip6_tnl_netlink_parms() 2217 nla_put_u8(skb, IFLA_IPTUN_TTL, parm->hop_limit) || in ip6_tnl_fill_info() 2253 [IFLA_IPTUN_TTL] = { .type = NLA_U8 },
|
| H A D | sit.c | 1702 nla_put_u8(skb, IFLA_IPTUN_TTL, parm->iph.ttl) || in ipip6_fill_info() 1744 [IFLA_IPTUN_TTL] = { .type = NLA_U8 },
|