Searched refs:blksize (Results 1 – 6 of 6) sorted by relevance
| /net/ipv6/ |
| A D | esp6_offload.c | 306 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 D | esp6.c | 649 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 D | esp4_offload.c | 267 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 D | esp4.c | 617 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 D | xfrm_iptfs.c | 2474 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 D | xfrm_state.c | 3101 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