Home
last modified time | relevance | path

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

/openbmc/linux/net/sunrpc/auth_gss/
H A Dgss_krb5_wrap.c153 unsigned int movelen; in gss_krb5_unwrap_v2() local
223 movelen = min_t(unsigned int, buf->head[0].iov_len, len); in gss_krb5_unwrap_v2()
224 movelen -= offset + GSS_KRB5_TOK_HDR_LEN + headskip; in gss_krb5_unwrap_v2()
225 BUG_ON(offset + GSS_KRB5_TOK_HDR_LEN + headskip + movelen > in gss_krb5_unwrap_v2()
227 memmove(ptr, ptr + GSS_KRB5_TOK_HDR_LEN + headskip, movelen); in gss_krb5_unwrap_v2()
/openbmc/linux/net/hsr/
H A Dhsr_forward.c285 int movelen; in hsr_create_tagged_frame() local
308 movelen = ETH_HLEN; in hsr_create_tagged_frame()
310 movelen += VLAN_HLEN; in hsr_create_tagged_frame()
314 memmove(dst, src, movelen); in hsr_create_tagged_frame()