Searched full:user_hdr (Results 1 – 1 of 1) sorted by relevance
367 * @user_hdr: user header as returned from genlmsg_put()371 static inline struct nlmsghdr *genlmsg_nlhdr(void *user_hdr) in genlmsg_nlhdr() argument373 return (struct nlmsghdr *)((char *)user_hdr - in genlmsg_nlhdr()419 * @user_hdr: user header as returned from genlmsg_put()425 void *user_hdr) in genl_dump_check_consistent() argument427 nl_dump_check_consistent(cb, genlmsg_nlhdr(user_hdr)); in genl_dump_check_consistent()