Home
last modified time | relevance | path

Searched refs:len_aligned (Results 1 – 2 of 2) sorted by relevance

/net/ipv6/
Dioam6_iptunnel.c105 int len_aligned; in ioam6_build_state() local
129 len_aligned = ALIGN(len, 8); in ioam6_build_state()
131 s = lwtunnel_state_alloc(len_aligned); in ioam6_build_state()
136 tuninfo->eh.hdrlen = (len_aligned >> 3) - 1; in ioam6_build_state()
145 len = len_aligned - len; in ioam6_build_state()
Dioam6.c313 int len, len_aligned, err; in ioam6_genl_addsc() local
332 len_aligned = ALIGN(len, 4); in ioam6_genl_addsc()
334 sc = kzalloc(sizeof(*sc) + len_aligned, GFP_KERNEL); in ioam6_genl_addsc()
341 sc->len = len_aligned; in ioam6_genl_addsc()