Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/netinet/
H A Din_pcb.c716 #define INP_ALIGN_AND_CAST(_type, _ptr) ({ \ in in_pcballoc() macro
724 inp->inp_stat = INP_ALIGN_AND_CAST(struct inp_stat *, inp->inp_stat_store); in in_pcballoc()
732 inp->inp_cstat = INP_ALIGN_AND_CAST(struct inp_stat *, inp->inp_cstat_store); in in_pcballoc()
740 inp->inp_wstat = INP_ALIGN_AND_CAST(struct inp_stat *, inp->inp_wstat_store); in in_pcballoc()
748 inp->inp_Wstat = INP_ALIGN_AND_CAST(struct inp_stat *, inp->inp_Wstat_store); in in_pcballoc()
756 inp->inp_btstat = INP_ALIGN_AND_CAST(struct inp_stat *, inp->inp_btstat_store); in in_pcballoc()
762 #undef INP_ALIGN_AND_CAST in in_pcballoc()