Home
last modified time | relevance | path

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

/linux/include/trace/events/
H A Dneigh.h75 u32 flags, u32 nlmsg_pid),
77 TP_ARGS(n, lladdr, new, flags, nlmsg_pid),
138 __entry->pid = nlmsg_pid;
/linux/tools/testing/selftests/nci/
H A Dnci_dev.c111 static int send_cmd_mt_nla(int sd, __u16 nlmsg_type, __u32 nlmsg_pid, in send_cmd_mt_nla() argument
126 msg.n.nlmsg_pid = nlmsg_pid; in send_cmd_mt_nla()
240 static int send_cmd_with_idx(int sd, __u16 nlmsg_type, __u32 nlmsg_pid, in send_cmd_with_idx() argument
247 return send_cmd_mt_nla(sd, nlmsg_type, nlmsg_pid, genl_cmd, 1, in send_cmd_with_idx()
/linux/tools/accounting/
H A Dgetdelays.c145 static int send_cmd(int sd, __u16 nlmsg_type, __u32 nlmsg_pid, in send_cmd()
160 msg.n.nlmsg_pid = nlmsg_pid;
119 send_cmd(int sd,__u16 nlmsg_type,__u32 nlmsg_pid,__u8 genl_cmd,__u16 nla_type,void * nla_data,int nla_len) send_cmd() argument
H A Ddelaytop.c419 static int send_cmd(int sd, __u16 nlmsg_type, __u32 nlmsg_pid, in send_cmd() argument
438 msg.n.nlmsg_pid = nlmsg_pid; in send_cmd()
/linux/tools/include/uapi/linux/
H A Dnetlink.h49 __u32 nlmsg_pid; /* Sending process port ID */ member
/linux/tools/net/ynl/lib/
H A Dynl-priv.h262 o = nlh->nlmsg_len + NLA_HDRLEN + NLMSG_ALIGN(size) > nlh->nlmsg_pid; in __ynl_attr_put_overflow()
267 nlh->nlmsg_pid = YNL_MSG_OVERFLOW; in __ynl_attr_put_overflow()
H A Dynl.c483 * length in nlmsg_pid, since messages sent to the kernel always use in ynl_msg_start()
486 nlh->nlmsg_pid = YNL_SOCKET_BUFFER_SIZE; in ynl_msg_start()
493 /* We stash buffer length in nlmsg_pid. */ in ynl_msg_end()
494 if (nlh->nlmsg_pid == 0) { in ynl_msg_end()
499 if (nlh->nlmsg_pid == YNL_MSG_OVERFLOW) { in ynl_msg_end()
505 nlh->nlmsg_pid = 0; in ynl_msg_end()
/linux/include/uapi/linux/
H A Dnetlink.h57 __u32 nlmsg_pid; member
/linux/samples/connector/
H A Ducon.c58 nlh->nlmsg_pid = getpid(); in netlink_send()
/linux/tools/testing/selftests/connector/
H A Dproc_filter.c54 hdr->nlmsg_pid = getpid(); in send_message()
/linux/samples/bpf/
H A Dxdp_router_ipv4_user.c286 req.nl.nlmsg_pid = 0; in get_route_table()
421 req.nl.nlmsg_pid = 0; in get_arp_table()
/linux/net/xfrm/
H A Dxfrm_user.c1075 c.portid = nlh->nlmsg_pid; in xfrm_add_sa()
1145 c.portid = nlh->nlmsg_pid; in xfrm_del_sa()
2323 c.portid = nlh->nlmsg_pid; in xfrm_add_policy()
2678 c.portid = nlh->nlmsg_pid; in xfrm_get_policy()
2705 c.portid = nlh->nlmsg_pid; in xfrm_flush_sa()
2835 c.portid = nlh->nlmsg_pid; in xfrm_get_ae()
2899 c.portid = nlh->nlmsg_pid; in xfrm_new_ae()
2931 c.portid = nlh->nlmsg_pid; in xfrm_flush_policy()
2997 km_policy_expired(xp, p->dir, up->hard, nlh->nlmsg_pid); in xfrm_add_pol_expire()
3029 km_state_expired(x, ue->hard, nlh->nlmsg_pid); in xfrm_add_sa_expire()
[all …]
/linux/tools/testing/selftests/bpf/
H A Dnetlink_helpers.c208 h->nlmsg_pid != rtnl->local.nl_pid || in __rtnl_talk_iov()
/linux/tools/lib/bpf/
H A Dnetlink.c176 if (nh->nlmsg_pid != nl_pid) { in libbpf_netlink_recv()
236 req->nh.nlmsg_pid = 0; in libbpf_netlink_send_recv()
/linux/include/net/
H A Dneighbour.h358 u32 nlmsg_pid);
/linux/tools/bpf/bpftool/
H A Dnet.c175 if (nh->nlmsg_pid != nl_pid) { in netlink_recv()
/linux/net/ethtool/
H A Drss.c994 nlh->nlmsg_pid = 0; in ethnl_rss_create_send_ntf()
/linux/tools/testing/selftests/net/mptcp/
H A Dpm_nl_ctl.c1184 nh->nlmsg_pid = pid; in dump_addrs()
/linux/net/netlink/
H A Daf_netlink.c2154 nlh->nlmsg_pid = portid; in __nlmsg_put()
/linux/net/wireless/
H A Dnl80211.c13834 if (nlhdr->nlmsg_pid) { in __cfg80211_send_event_skb()
13836 nlhdr->nlmsg_pid); in __cfg80211_send_event_skb()