Home
last modified time | relevance | path

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

/linux-6.1.9/net/tipc/
Dnetlink_compat.c153 hdr_len = nlmsg_total_size(GENL_HDRLEN + TIPC_GENL_HDRLEN); in tipc_tlv_alloc()
1306 msg.req = nlmsg_data(req_nlh) + GENL_HDRLEN + TIPC_GENL_HDRLEN; in tipc_nl_compat_recv()
1317 msg.req_size = nlmsg_attrlen(req_nlh, GENL_HDRLEN + TIPC_GENL_HDRLEN); in tipc_nl_compat_recv()
1333 len = nlmsg_total_size(GENL_HDRLEN + TIPC_GENL_HDRLEN); in tipc_nl_compat_recv()
1354 .hdrsize = TIPC_GENL_HDRLEN,
/linux-6.1.9/include/uapi/linux/
Dtipc_config.h370 #define TIPC_GENL_HDRLEN NLMSG_ALIGN(sizeof(struct tipc_genlmsghdr)) macro