Searched refs:newts (Results 1 – 3 of 3) sorted by relevance
131 struct lwtunnel_state *newts; in mpls_build_state() local145 newts = lwtunnel_state_alloc(tun_encap_info_len); in mpls_build_state()146 if (!newts) in mpls_build_state()149 newts->len = tun_encap_info_len; in mpls_build_state()150 tun_encap_info = mpls_lwtunnel_encap(newts); in mpls_build_state()155 newts->type = LWTUNNEL_ENCAP_MPLS; in mpls_build_state()156 newts->flags |= LWTUNNEL_STATE_OUTPUT_REDIRECT; in mpls_build_state()158 *ts = newts; in mpls_build_state()163 kfree(newts); in mpls_build_state()
137 struct lwtunnel_state *newts; in ila_build_state() local152 newts = lwtunnel_state_alloc(encap_len); in ila_build_state()153 if (!newts) in ila_build_state()156 newts->len = encap_len; in ila_build_state()157 p = ila_params_lwtunnel(newts); in ila_build_state()170 newts->type = LWTUNNEL_ENCAP_ILA; in ila_build_state()171 newts->flags |= LWTUNNEL_STATE_OUTPUT_REDIRECT | in ila_build_state()174 *ts = newts; in ila_build_state()
706 struct itimerspec newts, oldts; in COMPAT_SYSCALL_DEFINE4() local710 if (get_compat_itimerspec(&newts, new)) in COMPAT_SYSCALL_DEFINE4()715 (struct itimerspec __user *) &newts, in COMPAT_SYSCALL_DEFINE4()