Home
last modified time | relevance | path

Searched refs:nlmsg_bytes (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/infiniband/core/
H A Diwpm_util.c688 int i = 0, nlmsg_bytes = 0; in iwpm_send_mapinfo() local
744 nlmsg_bytes += nlh->nlmsg_len; in iwpm_send_mapinfo()
747 if (NLMSG_GOODSIZE - nlmsg_bytes < nlh->nlmsg_len * 2) { in iwpm_send_mapinfo()
749 nlmsg_bytes = 0; in iwpm_send_mapinfo()
/kernel/linux/linux-6.6/drivers/infiniband/core/
H A Diwpm_util.c644 int i = 0, nlmsg_bytes = 0; in iwpm_send_mapinfo() local
700 nlmsg_bytes += nlh->nlmsg_len; in iwpm_send_mapinfo()
703 if (NLMSG_GOODSIZE - nlmsg_bytes < nlh->nlmsg_len * 2) { in iwpm_send_mapinfo()
705 nlmsg_bytes = 0; in iwpm_send_mapinfo()

Completed in 5 milliseconds