Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/iwlwifi/mld/
H A Dmcc.c23 int notif_len = struct_size(resp_cp, channels, n_channels); in iwl_mld_copy_mcc_resp() local
25 if (iwl_rx_packet_payload_len(pkt) != notif_len) in iwl_mld_copy_mcc_resp()
28 resp_cp = kmemdup(mcc_resp_v8, notif_len, GFP_KERNEL); in iwl_mld_copy_mcc_resp()
/freebsd/sys/netinet/
H A Dsctputil.c3144 unsigned int notif_len; in sctp_notify_assoc_change() local
3158 notif_len = (unsigned int)sizeof(struct sctp_assoc_change); in sctp_notify_assoc_change()
3172 notif_len += SCTP_ASSOC_SUPPORTS_MAX; in sctp_notify_assoc_change()
3174 notif_len += abort_len; in sctp_notify_assoc_change()
3176 m_notify = sctp_get_mbuf_for_msg(notif_len, 0, M_NOWAIT, 1, MT_DATA); in sctp_notify_assoc_change()
3179 notif_len = (unsigned int)sizeof(struct sctp_assoc_change); in sctp_notify_assoc_change()
3180 m_notify = sctp_get_mbuf_for_msg(notif_len, 0, M_NOWAIT, 1, MT_DATA); in sctp_notify_assoc_change()
3187 memset(sac, 0, notif_len); in sctp_notify_assoc_change()
3201 if (notif_len > sizeof(struct sctp_assoc_change)) { in sctp_notify_assoc_change()
4013 unsigned int notif_len; in sctp_notify_remote_error() local
[all …]