Searched refs:nlmsg_pid (Results 1 – 13 of 13) sorted by relevance
/Linux-v4.19/tools/accounting/ |
D | getdelays.c | 119 static int send_cmd(int sd, __u16 nlmsg_type, __u32 nlmsg_pid, in send_cmd() argument 134 msg.n.nlmsg_pid = nlmsg_pid; in send_cmd()
|
/Linux-v4.19/tools/include/uapi/linux/ |
D | netlink.h | 49 __u32 nlmsg_pid; /* Sending process port ID */ member
|
/Linux-v4.19/include/uapi/linux/ |
D | netlink.h | 49 __u32 nlmsg_pid; /* Sending process port ID */ member
|
/Linux-v4.19/drivers/infiniband/core/ |
D | iwpm_msg.c | 389 iwpm_user_pid = cb->nlh->nlmsg_pid; in iwpm_register_pid_cb() 525 __func__, cb->nlh->nlmsg_pid, msg_seq); in iwpm_add_and_query_mapping_cb() 671 iwpm_user_pid = cb->nlh->nlmsg_pid; in iwpm_mapping_info_cb()
|
/Linux-v4.19/samples/connector/ |
D | ucon.c | 72 nlh->nlmsg_pid = getpid(); in netlink_send()
|
/Linux-v4.19/net/wimax/ |
D | op-msg.c | 390 nlh->nlmsg_seq, nlh->nlmsg_pid); in wimax_gnl_doit_msg_from_user()
|
/Linux-v4.19/net/xfrm/ |
D | xfrm_user.c | 686 c.portid = nlh->nlmsg_pid; in xfrm_add_sa() 756 c.portid = nlh->nlmsg_pid; in xfrm_del_sa() 1668 c.portid = nlh->nlmsg_pid; in xfrm_add_policy() 1913 c.portid = nlh->nlmsg_pid; in xfrm_get_policy() 1939 c.portid = nlh->nlmsg_pid; in xfrm_flush_sa() 2055 c.portid = nlh->nlmsg_pid; in xfrm_get_ae() 2108 c.portid = nlh->nlmsg_pid; in xfrm_new_ae() 2139 c.portid = nlh->nlmsg_pid; in xfrm_flush_policy() 2202 km_policy_expired(xp, p->dir, up->hard, nlh->nlmsg_pid); in xfrm_add_pol_expire() 2230 km_state_expired(x, ue->hard, nlh->nlmsg_pid); in xfrm_add_sa_expire()
|
/Linux-v4.19/samples/bpf/ |
D | xdp_router_ipv4_user.c | 331 req.nl.nlmsg_pid = 0; in get_route_table() 467 req.nl.nlmsg_pid = 0; in get_arp_table()
|
/Linux-v4.19/tools/lib/bpf/ |
D | bpf.c | 551 req.nh.nlmsg_pid = 0; in bpf_set_link_xdp_fd() 593 if (nh->nlmsg_pid != sa.nl_pid) { in bpf_set_link_xdp_fd()
|
/Linux-v4.19/include/net/ |
D | neighbour.h | 321 u32 nlmsg_pid);
|
/Linux-v4.19/net/core/ |
D | neighbour.c | 57 static void neigh_update_notify(struct neighbour *neigh, u32 nlmsg_pid); 1122 u32 flags, u32 nlmsg_pid) in neigh_update() argument 1290 neigh_update_notify(neigh, nlmsg_pid); in neigh_update() 2301 static void neigh_update_notify(struct neighbour *neigh, u32 nlmsg_pid) in neigh_update_notify() argument 2304 __neigh_notify(neigh, RTM_NEWNEIGH, 0, nlmsg_pid); in neigh_update_notify()
|
/Linux-v4.19/net/decnet/ |
D | dn_fib.c | 603 req.nlh.nlmsg_pid = 0; in fib_magic()
|
/Linux-v4.19/net/netlink/ |
D | af_netlink.c | 2165 nlh->nlmsg_pid = portid; in __nlmsg_put()
|