Searched refs:phlen (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/net/ipv4/
H A Dxfrm4_mode_beet.c92 int phlen; xfrm4_beet_input() local
99 phlen = sizeof(*ph) + ph->padlen; xfrm4_beet_input()
100 optlen = ph->hdrlen * 8 + (IPV4_BEET_PHMAXLEN - phlen); xfrm4_beet_input()
106 if (!pskb_may_pull(skb, phlen)) xfrm4_beet_input()
108 __skb_pull(skb, phlen); xfrm4_beet_input()

Completed in 57 milliseconds