Home
last modified time | relevance | path

Searched refs:headersize (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/arch/ia64/kernel/
Dfw-emu.c427 efi_systab->hdr.headersize = sizeof(efi_systab->hdr); in sys_fw_init()
436 efi_runtime->hdr.headersize = sizeof(efi_runtime->hdr); in sys_fw_init()
/linux-2.4.37.9/net/sctp/
Dsm_make_chunk.c1253 int headersize, bodysize; in sctp_pack_cookie() local
1257 headersize = sizeof(sctp_paramhdr_t) + SCTP_SECRET_SIZE; in sctp_pack_cookie()
1267 *cookie_len = headersize + bodysize; in sctp_pack_cookie()
1335 int headersize, bodysize, fixed_size; in sctp_unpack_cookie() local
1343 headersize = sizeof(sctp_chunkhdr_t) + SCTP_SECRET_SIZE; in sctp_unpack_cookie()
1344 bodysize = ntohs(chunk->chunk_hdr->length) - headersize; in sctp_unpack_cookie()
1345 fixed_size = headersize + sizeof(struct sctp_cookie); in sctp_unpack_cookie()
/linux-2.4.37.9/include/linux/
Defi.h53 u32 headersize; member
/linux-2.4.37.9/arch/ia64/sn/fakeprom/
Dfw-emu.c554 efi_systab->hdr.headersize = sizeof(efi_systab->hdr); in sys_fw_init()
564 efi_runtime->hdr.headersize = sizeof(efi_runtime->hdr); in sys_fw_init()