Searched refs:INP_ALIGN_AND_CAST (Results 1 – 1 of 1) sorted by relevance
716 #define INP_ALIGN_AND_CAST(_type, _ptr) ({ \ in in_pcballoc() macro724 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()