Home
last modified time | relevance | path

Searched refs:hdrsize (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/netipsec/
H A Dipsec_mod.c66 .hdrsize = ipsec_hdrsiz_inpcb,
87 .hdrsize = ipsec_hdrsiz_inpcb,
H A Dipsec_support.h53 size_t (*hdrsize)(struct inpcb *); member
136 (*(proto ## _ipsec_support)->methods->hdrsize)(inp)
H A Dsubr_ipsec.c380 hdrsize, METHOD_DECL(struct ipsec_support * const sc, struct inpcb *inp), in IPSEC_KMOD_METHOD()
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dsa.c561 int hdrsize; in sa_find_sizes() local
619 hdrsize = tmp_hdrsize; in sa_find_sizes()
639 if ((*total + P2ROUNDUP(hdrsize, 8)) > full_space && in sa_find_sizes()
645 hdrsize -= extra_hdrsize; in sa_find_sizes()
647 hdrsize = P2ROUNDUP(hdrsize, 8); in sa_find_sizes()
648 return (hdrsize); in sa_find_sizes()
671 int hdrsize; in sa_build_layouts() local
694 MIN(bonuslen - sizeof (blkptr_t), used + hdrsize) : in sa_build_layouts()
695 used + hdrsize, tx)); in sa_build_layouts()
746 SA_SET_HDR(sahdr, lot->lot_num, hdrsize); in sa_build_layouts()
[all …]
H A Dzfs_quota.c91 int hdrsize = sa_hdrsize(&sa); in zpl_get_file_info() local
92 VERIFY3U(hdrsize, >=, sizeof (sa_hdr_phys_t)); in zpl_get_file_info()
94 uintptr_t data_after_hdr = (uintptr_t)data + hdrsize; in zpl_get_file_info()
/f-stack/freebsd/kern/
H A Dimgact_elf.c1662 size_t hdrsize, notesz, coresize; in __elfN() local
1678 hdrsize += sizeof(Elf_Shdr); in __elfN()
1680 coresize = round_page(hdrsize + notesz) + seginfo.size; in __elfN()
1722 hdr = malloc(hdrsize, M_TEMP, M_WAITOK); in __elfN()
1733 offset = round_page(hdrsize + notesz); in __elfN()
1876 bzero(hdr, hdrsize); in __elfN()
1877 __elfN(puthdr)(p->td, hdr, hdrsize, numsegs, notesz); in __elfN()
1882 sbuf_bcat(sb, hdr, hdrsize); in __elfN()
1993 KASSERT(ehdr->e_shoff == hdrsize - sizeof(Elf_Shdr), in __elfN()
2022 phdr->p_offset = hdrsize; in __elfN()
[all …]
/f-stack/freebsd/net80211/
H A Dieee80211_output.c84 u_int hdrsize, u_int ciphdrsize, u_int mtu);
1559 hdrsize = sizeof(struct ieee80211_qosframe); in ieee80211_encap()
1561 hdrsize = sizeof(struct ieee80211_frame); in ieee80211_encap()
1583 hdrsize += IEEE80211_ADDR_LEN; in ieee80211_encap()
1626 hdrsize += IEEE80211_ADDR_LEN; in ieee80211_encap()
1635 hdrspace = roundup(hdrsize, sizeof(uint32_t)); in ieee80211_encap()
1637 hdrspace = hdrsize; in ieee80211_encap()
1958 u_int hdrsize, u_int ciphdrsize, u_int mtu) in ieee80211_fragment() argument
1974 hdrspace = roundup(hdrsize, sizeof(uint32_t)); in ieee80211_fragment()
1976 hdrspace = hdrsize; in ieee80211_fragment()
[all …]
/f-stack/freebsd/security/audit/
H A Daudit_bsm.c125 size_t hdrsize; in kau_close() local
130 hdrsize = 0; in kau_close()
133 hdrsize = (ak.ai_termid.at_addr[0] == INADDR_ANY) ? in kau_close()
138 hdrsize = (IN6_IS_ADDR_UNSPECIFIED(ap)) ? AUDIT_HEADER_SIZE : in kau_close()
144 tot_rec_size = rec->len + hdrsize + AUDIT_TRAILER_SIZE; in kau_close()
149 if (hdrsize != AUDIT_HEADER_SIZE) in kau_close()