Searched refs:CMSG_ALIGN (Results 1 – 5 of 5) sorted by relevance
572 #define CMSG_ALIGN(n) _ALIGN(n) macro
578 #define CMSG_ALIGN(n) _ALIGN(n) macro
3474 if (rem_len < (int)CMSG_ALIGN(sizeof(cmh))) { in sctp_find_cmsg()3479 if (cmh.cmsg_len < CMSG_ALIGN(sizeof(cmh))) { in sctp_find_cmsg()3487 cmsg_data_len = (int)cmh.cmsg_len - CMSG_ALIGN(sizeof(cmh)); in sctp_find_cmsg()3488 cmsg_data_off = off + CMSG_ALIGN(sizeof(cmh)); in sctp_find_cmsg()3573 if (rem_len < (int)CMSG_ALIGN(sizeof(cmh))) { in sctp_process_cmsgs_for_init()3579 if (cmh.cmsg_len < CMSG_ALIGN(sizeof(cmh))) { in sctp_process_cmsgs_for_init()3589 cmsg_data_len = (int)cmh.cmsg_len - CMSG_ALIGN(sizeof(cmh)); in sctp_process_cmsgs_for_init()3590 cmsg_data_off = off + CMSG_ALIGN(sizeof(cmh)); in sctp_process_cmsgs_for_init()3744 if (rem_len < (int)CMSG_ALIGN(sizeof(cmh))) { in sctp_findassociation_cmsgs()3750 if (cmh.cmsg_len < CMSG_ALIGN(sizeof(cmh))) { in sctp_findassociation_cmsgs()[all …]
1201 control->m_data += CMSG_ALIGN(cm->cmsg_len), in udp_output()1202 control->m_len -= CMSG_ALIGN(cm->cmsg_len)) { in udp_output()
2852 for (; control->m_len > 0; control->m_data += CMSG_ALIGN(cm->cmsg_len), in ip6_setpktopts()2853 control->m_len -= CMSG_ALIGN(cm->cmsg_len)) { in ip6_setpktopts()