Searched refs:nlmsg_pid (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/Documentation/accounting/ |
D | getdelays.c | 118 static int send_cmd(int sd, __u16 nlmsg_type, __u32 nlmsg_pid, in send_cmd() argument 133 msg.n.nlmsg_pid = nlmsg_pid; in send_cmd()
|
/linux-4.4.14/include/uapi/linux/ |
D | netlink.h | 47 __u32 nlmsg_pid; /* Sending process port ID */ member
|
/linux-4.4.14/drivers/infiniband/core/ |
D | iwpm_msg.c | 386 iwpm_user_pid = cb->nlh->nlmsg_pid; in iwpm_register_pid_cb() 524 __func__, cb->nlh->nlmsg_pid, msg_seq); in iwpm_add_and_query_mapping_cb() 673 iwpm_user_pid = cb->nlh->nlmsg_pid; in iwpm_mapping_info_cb()
|
/linux-4.4.14/Documentation/connector/ |
D | ucon.c | 72 nlh->nlmsg_pid = getpid(); in netlink_send()
|
/linux-4.4.14/net/wimax/ |
D | op-msg.c | 390 nlh->nlmsg_seq, nlh->nlmsg_pid); in wimax_gnl_doit_msg_from_user()
|
/linux-4.4.14/net/xfrm/ |
D | xfrm_user.c | 645 c.portid = nlh->nlmsg_pid; in xfrm_add_sa() 715 c.portid = nlh->nlmsg_pid; in xfrm_del_sa() 1538 c.portid = nlh->nlmsg_pid; in xfrm_add_policy() 1773 c.portid = nlh->nlmsg_pid; in xfrm_get_policy() 1801 c.portid = nlh->nlmsg_pid; in xfrm_flush_sa() 1911 c.portid = nlh->nlmsg_pid; in xfrm_get_ae() 1963 c.portid = nlh->nlmsg_pid; in xfrm_new_ae() 1994 c.portid = nlh->nlmsg_pid; in xfrm_flush_policy() 2056 km_policy_expired(xp, p->dir, up->hard, nlh->nlmsg_pid); in xfrm_add_pol_expire() 2084 km_state_expired(x, ue->hard, nlh->nlmsg_pid); in xfrm_add_sa_expire()
|
/linux-4.4.14/net/decnet/ |
D | dn_fib.c | 595 req.nlh.nlmsg_pid = 0; in fib_magic()
|
/linux-4.4.14/kernel/ |
D | audit.c | 195 nlh->nlmsg_pid = portid; in audit_set_portid()
|
/linux-4.4.14/net/netlink/ |
D | af_netlink.c | 2768 nlh->nlmsg_pid = portid; in __nlmsg_put()
|