Home
last modified time | relevance | path

Searched defs:padded_size (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/wireguard/
H A Dsend.c143 unsigned int padded_size, last_unit = skb->len; in calculate_skb_padding() local
/linux/drivers/net/wireless/morsemicro/mm81x/
H A Dfw.c151 u32 padded_size = ROUND_BYTES_TO_WORD(phdr.p_filesz); in mm81x_fw_load_fw() local
/linux/arch/arm64/kernel/
H A Dsignal.c187 size_t padded_size = round_up(size, 16); in __sigframe_alloc() local
/linux/rust/zerocopy/src/
H A Dlayout.rs1535 let padded_size = |elems| { in test_validate_cast_and_convert_metadata() localVariable