Searched refs:default_ttl (Results 1 – 6 of 6) sorted by relevance
78 ttl = tun_encap_info->default_ttl; in mpls_xmit() 81 ttl = net->mpls.default_ttl; in mpls_xmit() 87 ttl = tun_encap_info->default_ttl; in mpls_xmit() 90 ttl = net->mpls.default_ttl; in mpls_xmit() 204 tun_encap_info->default_ttl = nla_get_u8(tb[MPLS_IPTUNNEL_TTL]); in mpls_build_state() 206 tun_encap_info->ttl_propagate = tun_encap_info->default_ttl ? in mpls_build_state() 238 nla_put_u8(skb, MPLS_IPTUNNEL_TTL, tun_encap_info->default_ttl)) in mpls_fill_encap_info() 270 a_hdr->default_ttl != b_hdr->default_ttl) in mpls_encap_cmp()
2714 .procname = "default_ttl", in mpls_net_exit() 2715 .data = MPLS_NS_SYSCTL_OFFSET(mpls.default_ttl), in mpls_net_exit() 2734 net->mpls.default_ttl = 255;
16 int default_ttl; member
15 u8 default_ttl; member
41 default_ttl - INTEGER
256 mpls_ttl = net->mpls.default_ttl ? in tcf_mpls_init()257 net->mpls.default_ttl : ACT_MPLS_TTL_DEFAULT; in tcf_mpls_init()