Home
last modified time | relevance | path

Searched refs:blksize (Results 1 – 6 of 6) sorted by relevance

/net/ipv6/
A Desp6_offload.c306 int blksize; in esp6_xmit() local
335 blksize = ALIGN(crypto_aead_blocksize(aead), 4); in esp6_xmit()
336 esp.clen = ALIGN(skb->len + 2 + esp.tfclen, blksize); in esp6_xmit()
A Desp6.c649 int blksize; in esp6_output() local
673 blksize = ALIGN(crypto_aead_blocksize(aead), 4); in esp6_output()
674 esp.clen = ALIGN(skb->len + 2 + esp.tfclen, blksize); in esp6_output()
/net/ipv4/
A Desp4_offload.c267 int blksize; in esp_xmit() local
300 blksize = ALIGN(crypto_aead_blocksize(aead), 4); in esp_xmit()
301 esp.clen = ALIGN(skb->len + 2 + esp.tfclen, blksize); in esp_xmit()
A Desp4.c617 int blksize; in esp_output() local
641 blksize = ALIGN(crypto_aead_blocksize(aead), 4); in esp_output()
642 esp.clen = ALIGN(skb->len + 2 + esp.tfclen, blksize); in esp_output()
/net/xfrm/
A Dxfrm_iptfs.c2474 u32 blksize; in __iptfs_get_inner_mtu() local
2477 blksize = ALIGN(crypto_aead_blocksize(aead), 4); in __iptfs_get_inner_mtu()
2479 ~(blksize - 1)) - 2; in __iptfs_get_inner_mtu()
A Dxfrm_state.c3101 u32 blksize, net_adj = 0; in xfrm_state_mtu() local
3108 blksize = ALIGN(crypto_aead_blocksize(aead), 4); in xfrm_state_mtu()
3129 net_adj) & ~(blksize - 1)) + net_adj - 2; in xfrm_state_mtu()

Completed in 23 milliseconds