Lines Matching refs:hdr
319 struct nlmsghdr *hdr)
330 if (hdr->nlmsg_pid == 0 || snl->nl_pid == 0) {
338 if ((hdr->nlmsg_pid == local_port) && snl->nl_groups) {
344 "ignoring netlink message from PID %d\n", hdr->nlmsg_pid);
472 struct nlmsghdr *hdr;
484 hdr = nlmsg_hdr(msg);
487 if (!nlw_accept_message(ctx->nlp, snl, hdr)) {
498 static enum nlw_msg_type message_type(struct nlmsghdr *hdr)
500 DEBUG(SSSDBG_FUNC_DATA, "netlink Message type: %d\n", hdr->nlmsg_type);
501 switch (hdr->nlmsg_type) {
523 struct nlmsghdr *hdr = nlmsg_hdr(msg);
525 switch (message_type(hdr)) {