Home
last modified time | relevance | path

Searched refs:nlmsg_pid (Results 1 – 13 of 13) sorted by relevance

/Linux-v4.19/tools/accounting/
Dgetdelays.c119 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/
Dnetlink.h49 __u32 nlmsg_pid; /* Sending process port ID */ member
/Linux-v4.19/include/uapi/linux/
Dnetlink.h49 __u32 nlmsg_pid; /* Sending process port ID */ member
/Linux-v4.19/drivers/infiniband/core/
Diwpm_msg.c389 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/
Ducon.c72 nlh->nlmsg_pid = getpid(); in netlink_send()
/Linux-v4.19/net/wimax/
Dop-msg.c390 nlh->nlmsg_seq, nlh->nlmsg_pid); in wimax_gnl_doit_msg_from_user()
/Linux-v4.19/net/xfrm/
Dxfrm_user.c686 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/
Dxdp_router_ipv4_user.c331 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/
Dbpf.c551 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/
Dneighbour.h321 u32 nlmsg_pid);
/Linux-v4.19/net/core/
Dneighbour.c57 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/
Ddn_fib.c603 req.nlh.nlmsg_pid = 0; in fib_magic()
/Linux-v4.19/net/netlink/
Daf_netlink.c2165 nlh->nlmsg_pid = portid; in __nlmsg_put()