Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dnetlink.h100 #define NLMSG_HDRLEN ((int) NLMSG_ALIGN(sizeof(struct nlmsghdr))) macro
101 #define NLMSG_LENGTH(len) ((len) + NLMSG_HDRLEN)
103 #define NLMSG_DATA(nlh) ((void *)(((char *)nlh) + NLMSG_HDRLEN))
/linux/include/net/
H A Dgenetlink.h371 NLMSG_HDRLEN); in genlmsg_nlhdr()
452 nlmsg_end(skb, hdr - GENL_HDRLEN - NLMSG_HDRLEN); in genlmsg_end()
463 nlmsg_cancel(skb, hdr - GENL_HDRLEN - NLMSG_HDRLEN); in genlmsg_cancel()
579 NLMSG_HDRLEN); in genlmsg_len()
580 return (nlh->nlmsg_len - GENL_HDRLEN - NLMSG_HDRLEN); in genlmsg_len()
H A Dnetlink.h571 return NLMSG_HDRLEN + payload; in nlmsg_msg_size()
598 return (unsigned char *) nlh + NLMSG_HDRLEN; in nlmsg_data()
607 return nlh->nlmsg_len - NLMSG_HDRLEN; in nlmsg_len()
/linux/tools/net/ynl/lib/
H A Dynl-priv.h145 nlh->nlmsg_len = NLMSG_HDRLEN; in ynl_nlmsg_put_header()
152 return nlh->nlmsg_len - NLMSG_HDRLEN; in ynl_nlmsg_data_len()
157 return (unsigned char *)nlh + NLMSG_HDRLEN; in ynl_nlmsg_data()
163 return (unsigned char *)nlh + NLMSG_HDRLEN + offset; in ynl_nlmsg_data_offset()
204 NLMSG_HDRLEN + fixed_hdr_sz); attr; \
/linux/tools/include/uapi/linux/
H A Dnetlink.h91 #define NLMSG_HDRLEN ((int) NLMSG_ALIGN(sizeof(struct nlmsghdr))) macro
92 #define NLMSG_LENGTH(len) ((len) + NLMSG_HDRLEN)
/linux/drivers/connector/
H A Dconnector.c145 if (nlh->nlmsg_len < NLMSG_HDRLEN + sizeof(struct cn_msg) + msg->len) in cn_call_callback()
203 if (skb->len >= NLMSG_HDRLEN) { in cn_rx_skb()
/linux/net/netfilter/
H A Dnfnetlink.c447 if (nlh->nlmsg_len < NLMSG_HDRLEN || in nfnetlink_rcv_batch()
624 if (skb->len < NLMSG_HDRLEN + sizeof(struct nfgenmsg)) in nfnetlink_rcv_skb_batch()
651 if (skb->len < NLMSG_HDRLEN || in nfnetlink_rcv()
652 nlh->nlmsg_len < NLMSG_HDRLEN || in nfnetlink_rcv()
/linux/drivers/scsi/
H A Dscsi_netlink.c39 while (skb->len >= NLMSG_HDRLEN) { in scsi_nl_rcv_msg()
H A Dpmcraid.c1412 + NLMSG_HDRLEN); in pmcraid_notify_aen()
H A Dscsi_transport_iscsi.c4081 while (skb->len >= NLMSG_HDRLEN) { in iscsi_if_rx()
/linux/drivers/staging/gdm724x/
H A Dnetlink_k.c42 if (skb->len < NLMSG_HDRLEN) { in netlink_rcv_cb()
/linux/tools/lib/bpf/
H A Dnlattr.c83 return nlh->nlmsg_len - NLMSG_HDRLEN; in nlmsg_len()
/linux/net/xfrm/
H A Dxfrm_compat.c475 memcpy(dst, src, NLMSG_HDRLEN); in xfrm_xlate32()
476 dst->nlmsg_len = NLMSG_HDRLEN + xfrm_msg_min[type]; in xfrm_xlate32()
618 len += NLMSG_HDRLEN; in xfrm_user_rcv_msg_compat()
/linux/drivers/infiniband/core/
H A Dnetlink.c221 if (nlh->nlmsg_len < NLMSG_HDRLEN || skb->len < nlh->nlmsg_len) in rdma_nl_rcv_skb()
/linux/include/linux/
H A Dnetlink.h277 #define NLMSG_DEFAULT_SIZE (NLMSG_GOODSIZE - NLMSG_HDRLEN)
/linux/lib/
H A Dkobject_uevent.c711 skb_pull(skbc, NLMSG_HDRLEN); in uevent_net_broadcast()
/linux/kernel/
H A Daudit.c2437 nlh->nlmsg_len = skb->len - NLMSG_HDRLEN; in audit_log_end()
/linux/net/sched/
H A Dact_api.c462 return NLMSG_HDRLEN /* struct nlmsghdr */ in tcf_action_full_attrs_size()
/linux/net/netlink/
H A Daf_netlink.c2553 if (nlh->nlmsg_len < NLMSG_HDRLEN || skb->len < nlh->nlmsg_len) in netlink_rcv_skb()
/linux/security/selinux/
H A Dhooks.c5947 if (nlh->nlmsg_len < NLMSG_HDRLEN || nlh->nlmsg_len > data_len) in selinux_netlink_send()