Home
last modified time | relevance | path

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

/linux-5.19.10/net/ipv4/
Dah4.c216 ah->hdrlen = (XFRM_ALIGN4(sizeof(*ah) + ahp->icv_trunc_len) >> 2) - 2; in ah_output()
335 if (ah_hlen != XFRM_ALIGN4(sizeof(*ah) + ahp->icv_full_len) && in ah_input()
336 ah_hlen != XFRM_ALIGN4(sizeof(*ah) + ahp->icv_trunc_len)) in ah_input()
521 x->props.header_len = XFRM_ALIGN4(sizeof(struct ip_auth_hdr) + in ah_init_state()
/linux-5.19.10/include/net/
Dxfrm.h43 #define XFRM_ALIGN4(len) (((len) + 3) & ~3) macro