Searched refs:headersize (Results 1 – 12 of 12) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/x86/platform/efi/ |
| H A D | quirks.c | 71 u32 headersize; member 601 csh->headersize != QUARK_SECURITY_HEADER_SIZE) in qrk_capsule_setup_info() 616 *pkbuff += csh->headersize; in qrk_capsule_setup_info() 617 cap_info->total_size = csh->headersize; in qrk_capsule_setup_info() 622 cap_info->phys[0] += csh->headersize; in qrk_capsule_setup_info()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/intersil/orinoco/ |
| H A D | fw.c | 45 __le16 headersize; /* Total length of header */ member 66 hdrsize = le16_to_cpu(hdr->headersize); in validate_fw() 160 le16_to_cpu(hdr->headersize) + in orinoco_dl_firmware() 171 le16_to_cpu(hdr->headersize) + in orinoco_dl_firmware()
|
| /OK3568_Linux_fs/kernel/drivers/net/ppp/ |
| H A D | pptp.c | 259 int headersize, payload_len, seq; in pptp_rcv_core() local 270 headersize = sizeof(*header); in pptp_rcv_core() 276 if (!pskb_may_pull(skb, headersize)) in pptp_rcv_core() 291 headersize -= sizeof(header->ack); in pptp_rcv_core() 301 if (!pskb_may_pull(skb, headersize + payload_len)) in pptp_rcv_core() 304 payload = skb->data + headersize; in pptp_rcv_core() 314 skb_pull(skb, headersize); in pptp_rcv_core()
|
| /OK3568_Linux_fs/kernel/drivers/firmware/efi/ |
| H A D | capsule-loader.c | 212 if (cap_info->header.headersize == 0) { in efi_capsule_write() 223 if (cap_info->header.headersize > 0 && in efi_capsule_write() 258 (cap_info->header.headersize == 0 || in efi_capsule_release()
|
| H A D | capsule.c | 95 capsule.headersize = capsule.imagesize = sizeof(capsule); in efi_capsule_supported()
|
| /OK3568_Linux_fs/kernel/net/ipv6/ |
| H A D | ip6_output.c | 1478 unsigned int maxnonfragsize, headersize; in __ip6_append_data() local 1501 headersize = sizeof(struct ipv6hdr) + in __ip6_append_data() 1517 if (headersize + transhdrlen > mtu) in __ip6_append_data() 1520 if (cork->length + length > mtu - headersize && ipc6->dontfrag && in __ip6_append_data() 1523 ipv6_local_rxpmtu(sk, fl6, mtu - headersize + in __ip6_append_data() 1533 if (cork->length + length > maxnonfragsize - headersize) { in __ip6_append_data() 1535 pmtu = max_t(int, mtu - headersize + sizeof(struct ipv6hdr), 0); in __ip6_append_data() 1544 headersize == sizeof(struct ipv6hdr) && in __ip6_append_data() 1545 length <= mtu - headersize && in __ip6_append_data()
|
| /OK3568_Linux_fs/kernel/arch/x86/xen/ |
| H A D | efi.c | 25 .headersize = 0, /* Ignored by Linux Kernel. */
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | efi.h | 101 u32 headersize; member
|
| /OK3568_Linux_fs/kernel/net/sctp/ |
| H A D | sm_make_chunk.c | 1617 int headersize, bodysize; in sctp_pack_cookie() local 1622 headersize = sizeof(struct sctp_paramhdr) + in sctp_pack_cookie() 1634 *cookie_len = headersize + bodysize; in sctp_pack_cookie() 1702 int headersize, bodysize, fixed_size; in sctp_unpack_cookie() local 1714 headersize = sizeof(struct sctp_chunkhdr) + in sctp_unpack_cookie() 1717 bodysize = ntohs(chunk->chunk_hdr->length) - headersize; in sctp_unpack_cookie() 1718 fixed_size = headersize + sizeof(struct sctp_cookie); in sctp_unpack_cookie()
|
| /OK3568_Linux_fs/u-boot/lib/efi_loader/ |
| H A D | efi_runtime.c | 377 .headersize = sizeof(struct efi_table_hdr),
|
| H A D | efi_boottime.c | 1241 .headersize = sizeof(struct efi_table_hdr), 1296 .headersize = sizeof(struct efi_table_hdr),
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | efi.h | 86 u32 headersize; member 146 u32 headersize; member
|