Searched refs:blksize (Results 1 – 4 of 4) sorted by relevance
161 dn->blksize = dev->mtu - 2; in dn_neigh_construct()408 dn->blksize = le16_to_cpu(msg->blksize); in dn_neigh_router_hello()467 dn->blksize = le16_to_cpu(msg->blksize); in dn_neigh_endnode_hello()563 dn->blksize, in dn_neigh_format_entry()
302 u32 blksize = dev->mtu; in mtu2blksize() local303 if (blksize > 0xffff) in mtu2blksize()304 blksize = 0xffff; in mtu2blksize()310 blksize -= 2; in mtu2blksize()312 return (__u16)blksize; in mtu2blksize()851 msg->blksize = cpu_to_le16(mtu2blksize(dev)); in dn_send_endnode_hello()
158 int blksize; in esp6_output() local186 blksize = ALIGN(crypto_aead_blocksize(aead), 4); in esp6_output()187 clen = ALIGN(skb->len + 2 + tfclen, blksize); in esp6_output()451 u32 blksize = ALIGN(crypto_aead_blocksize(aead), 4); in esp6_get_mtu() local460 net_adj) & ~(blksize - 1)) + net_adj - 2; in esp6_get_mtu()
143 int blksize; in esp_output() local169 blksize = ALIGN(crypto_aead_blocksize(aead), 4); in esp_output()170 clen = ALIGN(skb->len + 2 + tfclen, blksize); in esp_output()508 u32 blksize = ALIGN(crypto_aead_blocksize(aead), 4); in esp4_get_mtu() local524 net_adj) & ~(blksize - 1)) + net_adj - 2; in esp4_get_mtu()