Home
last modified time | relevance | path

Searched refs:nlmsghdr (Results 1 – 25 of 147) sorted by relevance

123456

/Linux-v5.15/tools/include/uapi/linux/
Dnetlink.h44 struct nlmsghdr { struct
91 #define NLMSG_HDRLEN ((int) NLMSG_ALIGN(sizeof(struct nlmsghdr)))
96 (struct nlmsghdr*)(((char*)(nlh)) + NLMSG_ALIGN((nlh)->nlmsg_len)))
97 #define NLMSG_OK(nlh,len) ((len) >= (int)sizeof(struct nlmsghdr) && \
98 (nlh)->nlmsg_len >= sizeof(struct nlmsghdr) && \
111 struct nlmsghdr msg;
/Linux-v5.15/include/linux/
Dsock_diag.h12 struct nlmsghdr;
17 int (*dump)(struct sk_buff *skb, struct nlmsghdr *nlh);
19 int (*destroy)(struct sk_buff *skb, struct nlmsghdr *nlh);
25 void sock_diag_register_inet_compat(int (*fn)(struct sk_buff *skb, struct nlmsghdr *nlh));
26 void sock_diag_unregister_inet_compat(int (*fn)(struct sk_buff *skb, struct nlmsghdr *nlh));
Dnetlink.h16 static inline struct nlmsghdr *nlmsg_hdr(const struct sk_buff *skb) in nlmsg_hdr()
18 return (struct nlmsghdr *)skb->data; in nlmsg_hdr()
151 void netlink_ack(struct sk_buff *in_skb, struct nlmsghdr *nlh, int err,
207 const struct nlmsghdr *nlh;
236 struct nlmsghdr *
249 const struct nlmsghdr *nlh,
252 const struct nlmsghdr *nlh, in netlink_dump_start()
/Linux-v5.15/tools/testing/selftests/net/mptcp/
Dpm_nl_ctl.c40 struct nlmsghdr *nh = (void *)data; in init_genl_req()
56 static void nl_error(struct nlmsghdr *nh) in nl_error()
87 static int do_nl_req(int fd, struct nlmsghdr *nh, int len, int max) in do_nl_req()
119 static int genl_parse_getfamily(struct nlmsghdr *nlh) in genl_parse_getfamily()
150 char data[NLMSG_ALIGN(sizeof(struct nlmsghdr)) + in resolve_mptcp_pm_netlink()
153 struct nlmsghdr *nh; in resolve_mptcp_pm_netlink()
175 char data[NLMSG_ALIGN(sizeof(struct nlmsghdr)) + in add_addr()
179 struct nlmsghdr *nh; in add_addr()
306 char data[NLMSG_ALIGN(sizeof(struct nlmsghdr)) + in del_addr()
310 struct nlmsghdr *nh; in del_addr()
[all …]
/Linux-v5.15/include/uapi/linux/
Dnetlink.h44 struct nlmsghdr { struct
91 #define NLMSG_HDRLEN ((int) NLMSG_ALIGN(sizeof(struct nlmsghdr)))
96 (struct nlmsghdr *)(((char *)(nlh)) + \
98 #define NLMSG_OK(nlh,len) ((len) >= (int)sizeof(struct nlmsghdr) && \
99 (nlh)->nlmsg_len >= sizeof(struct nlmsghdr) && \
112 struct nlmsghdr msg;
/Linux-v5.15/include/net/
Dnetlink.h454 struct nlmsghdr *nlh;
496 int (*cb)(struct sk_buff *, struct nlmsghdr *,
568 static inline void *nlmsg_data(const struct nlmsghdr *nlh) in nlmsg_data()
577 static inline int nlmsg_len(const struct nlmsghdr *nlh) in nlmsg_len()
587 static inline struct nlattr *nlmsg_attrdata(const struct nlmsghdr *nlh, in nlmsg_attrdata()
599 static inline int nlmsg_attrlen(const struct nlmsghdr *nlh, int hdrlen) in nlmsg_attrlen()
609 static inline int nlmsg_ok(const struct nlmsghdr *nlh, int remaining) in nlmsg_ok()
611 return (remaining >= (int) sizeof(struct nlmsghdr) && in nlmsg_ok()
612 nlh->nlmsg_len >= sizeof(struct nlmsghdr) && in nlmsg_ok()
624 static inline struct nlmsghdr *
[all …]
Dgenetlink.h88 struct nlmsghdr * nlhdr;
196 static inline struct nlmsghdr *genlmsg_nlhdr(void *user_hdr) in genlmsg_nlhdr()
198 return (struct nlmsghdr *)((char *)user_hdr - in genlmsg_nlhdr()
212 static inline int genlmsg_parse_deprecated(const struct nlmsghdr *nlh, in genlmsg_parse_deprecated()
231 static inline int genlmsg_parse(const struct nlmsghdr *nlh, in genlmsg_parse()
379 struct nlmsghdr *nlh = (struct nlmsghdr *)((unsigned char *)gnlh - in genlmsg_len()
Ddn_fib.h83 struct nlattr *attrs[], struct nlmsghdr *n,
86 struct nlattr *attrs[], struct nlmsghdr *n,
106 const struct nlmsghdr *nlh, int *errp);
/Linux-v5.15/tools/testing/selftests/netfilter/
Dnf-queue.c77 static int queue_cb(const struct nlmsghdr *nlh, void *data) in queue_cb()
120 static struct nlmsghdr *
123 struct nlmsghdr *nlh = mnl_nlmsg_put_header(buf); in nfq_build_cfg_request()
144 static struct nlmsghdr *
147 struct nlmsghdr *nlh = mnl_nlmsg_put_header(buf); in nfq_build_cfg_params()
167 static struct nlmsghdr *
174 struct nlmsghdr *nlh; in nfq_build_verdict()
212 struct nlmsghdr *nlh; in open_queue()
274 struct nlmsghdr *nlh; in mainloop()
/Linux-v5.15/include/linux/netfilter/
Dnfnetlink.h13 const struct nlmsghdr *nlh;
68 static inline void nfnl_fill_hdr(struct nlmsghdr *nlh, u8 family, u8 version, in nfnl_fill_hdr()
79 static inline struct nlmsghdr *nfnl_msg_put(struct sk_buff *skb, u32 portid, in nfnl_msg_put()
84 struct nlmsghdr *nlh; in nfnl_msg_put()
/Linux-v5.15/include/rdma/
Drdma_netlink.h16 int (*doit)(struct sk_buff *skb, struct nlmsghdr *nlh,
63 void *ibnl_put_msg(struct sk_buff *skb, struct nlmsghdr **nlh, int seq,
74 int ibnl_put_attr(struct sk_buff *skb, struct nlmsghdr *nlh,
/Linux-v5.15/net/xfrm/
Dxfrm_compat.c132 static struct nlmsghdr *xfrm_nlmsg_put_compat(struct sk_buff *skb, in xfrm_nlmsg_put_compat()
133 const struct nlmsghdr *nlh_src, u16 type) in xfrm_nlmsg_put_compat()
137 struct nlmsghdr *nlh_dst; in xfrm_nlmsg_put_compat()
286 static int xfrm_xlate64(struct sk_buff *dst, const struct nlmsghdr *nlh_src) in xfrm_xlate64()
290 struct nlmsghdr *nlh_dst; in xfrm_xlate64()
320 static int xfrm_alloc_compat(struct sk_buff *skb, const struct nlmsghdr *nlh_src) in xfrm_alloc_compat()
351 static size_t xfrm_user_rcv_calculate_len64(const struct nlmsghdr *src, in xfrm_user_rcv_calculate_len64()
399 struct nlmsghdr *nlmsg = dst; in xfrm_attr_cpy32()
460 static int xfrm_xlate32(struct nlmsghdr *dst, const struct nlmsghdr *src, in xfrm_xlate32()
579 static struct nlmsghdr *xfrm_user_rcv_msg_compat(const struct nlmsghdr *h32, in xfrm_user_rcv_msg_compat()
[all …]
Dxfrm_user.c671 static int xfrm_add_sa(struct sk_buff *skb, struct nlmsghdr *nlh, in xfrm_add_sa()
750 static int xfrm_del_sa(struct sk_buff *skb, struct nlmsghdr *nlh, in xfrm_del_sa()
1040 struct nlmsghdr *nlh; in dump_one_state()
1195 struct nlmsghdr *nlh; in build_spdinfo()
1241 static int xfrm_set_spdinfo(struct sk_buff *skb, struct nlmsghdr *nlh, in xfrm_set_spdinfo()
1286 static int xfrm_get_spdinfo(struct sk_buff *skb, struct nlmsghdr *nlh, in xfrm_get_spdinfo()
1318 struct nlmsghdr *nlh; in build_sadinfo()
1345 static int xfrm_get_sadinfo(struct sk_buff *skb, struct nlmsghdr *nlh, in xfrm_get_sadinfo()
1365 static int xfrm_get_sa(struct sk_buff *skb, struct nlmsghdr *nlh, in xfrm_get_sa()
1389 static int xfrm_alloc_userspi(struct sk_buff *skb, struct nlmsghdr *nlh, in xfrm_alloc_userspi()
[all …]
/Linux-v5.15/samples/bpf/
Dxdp_router_ipv4_user.c94 struct nlmsghdr *nh; in recv_msg()
104 nh = (struct nlmsghdr *)buf_ptr; in recv_msg()
122 static void read_route(struct nlmsghdr *nh, int nll) in read_route()
315 struct nlmsghdr *nh; in get_route_table()
323 struct nlmsghdr nl; in get_route_table()
367 nh = (struct nlmsghdr *)buf; in get_route_table()
377 static void read_arp(struct nlmsghdr *nh, int nll) in read_arp()
455 struct nlmsghdr *nh; in get_arp_table()
462 struct nlmsghdr nl; in get_arp_table()
505 nh = (struct nlmsghdr *)buf; in get_arp_table()
[all …]
/Linux-v5.15/net/dcb/
Ddcbnl.c183 u32 flags, struct nlmsghdr **nlhp) in dcbnl_newmsg()
187 struct nlmsghdr *nlh; in dcbnl_newmsg()
207 static int dcbnl_getstate(struct net_device *netdev, struct nlmsghdr *nlh, in dcbnl_getstate()
218 static int dcbnl_getpfccfg(struct net_device *netdev, struct nlmsghdr *nlh, in dcbnl_getpfccfg()
263 static int dcbnl_getperm_hwaddr(struct net_device *netdev, struct nlmsghdr *nlh, in dcbnl_getperm_hwaddr()
277 static int dcbnl_getcap(struct net_device *netdev, struct nlmsghdr *nlh, in dcbnl_getcap()
322 static int dcbnl_getnumtcs(struct net_device *netdev, struct nlmsghdr *nlh, in dcbnl_getnumtcs()
369 static int dcbnl_setnumtcs(struct net_device *netdev, struct nlmsghdr *nlh, in dcbnl_setnumtcs()
403 static int dcbnl_getpfcstate(struct net_device *netdev, struct nlmsghdr *nlh, in dcbnl_getpfcstate()
413 static int dcbnl_setpfcstate(struct net_device *netdev, struct nlmsghdr *nlh, in dcbnl_setpfcstate()
[all …]
/Linux-v5.15/tools/bpf/bpftool/
Dnet.c94 typedef int (*__dump_nlmsg_t)(struct nlmsghdr *nlmsg, dump_nlmsg_t, void *cookie);
145 struct nlmsghdr *nh; in netlink_recv()
160 for (nh = (struct nlmsghdr *)buf; NLMSG_OK(nh, (unsigned int)len); in netlink_recv()
197 static int __dump_class_nlmsg(struct nlmsghdr *nlh, in __dump_class_nlmsg()
217 struct nlmsghdr nlh; in netlink_get_class()
236 static int __dump_qdisc_nlmsg(struct nlmsghdr *nlh, in __dump_qdisc_nlmsg()
256 struct nlmsghdr nlh; in netlink_get_qdisc()
275 static int __dump_filter_nlmsg(struct nlmsghdr *nlh, in __dump_filter_nlmsg()
295 struct nlmsghdr nlh; in netlink_get_filter()
315 static int __dump_link_nlmsg(struct nlmsghdr *nlh, in __dump_link_nlmsg()
[all …]
/Linux-v5.15/include/crypto/internal/
Dcryptouser.h8 int crypto_reportstat(struct sk_buff *in_skb, struct nlmsghdr *in_nlh, struct nlattr **attrs);
11 struct nlmsghdr *in_nlh, in crypto_reportstat()
/Linux-v5.15/samples/connector/
Ducon.c48 struct nlmsghdr *nlh; in netlink_send()
56 nlh = (struct nlmsghdr *)buf; in netlink_send()
102 struct nlmsghdr *reply; in main()
214 reply = (struct nlmsghdr *)buf; in main()
/Linux-v5.15/crypto/
Dcrypto_user_base.c159 struct nlmsghdr *nlh; in crypto_report_alg()
184 static int crypto_report(struct sk_buff *in_skb, struct nlmsghdr *in_nlh, in crypto_report()
260 static int crypto_update_alg(struct sk_buff *skb, struct nlmsghdr *nlh, in crypto_update_alg()
296 static int crypto_del_alg(struct sk_buff *skb, struct nlmsghdr *nlh, in crypto_del_alg()
334 static int crypto_add_alg(struct sk_buff *skb, struct nlmsghdr *nlh, in crypto_add_alg()
382 static int crypto_del_rng(struct sk_buff *skb, struct nlmsghdr *nlh, in crypto_del_rng()
408 int (*doit)(struct sk_buff *, struct nlmsghdr *, struct nlattr **);
422 static int crypto_user_rcv_msg(struct sk_buff *skb, struct nlmsghdr *nlh, in crypto_user_rcv_msg()
/Linux-v5.15/drivers/infiniband/core/
Dnetlink.c131 void *ibnl_put_msg(struct sk_buff *skb, struct nlmsghdr **nlh, int seq, in ibnl_put_msg()
141 int ibnl_put_attr(struct sk_buff *skb, struct nlmsghdr *nlh, in ibnl_put_attr()
152 static int rdma_nl_rcv_msg(struct sk_buff *skb, struct nlmsghdr *nlh, in rdma_nl_rcv_msg()
208 struct nlmsghdr *, in rdma_nl_rcv_skb() argument
212 struct nlmsghdr *nlh; in rdma_nl_rcv_skb()
/Linux-v5.15/drivers/staging/gdm724x/
Dnetlink_k.c31 struct nlmsghdr *nlh; in netlink_rcv_cb()
47 nlh = (struct nlmsghdr *)skb->data; in netlink_rcv_cb()
97 struct nlmsghdr *nlh; in netlink_send()
/Linux-v5.15/net/core/
Dsock_diag.c19 static int (*inet_rcv_compat)(struct sk_buff *skb, struct nlmsghdr *nlh);
165 void sock_diag_register_inet_compat(int (*fn)(struct sk_buff *skb, struct nlmsghdr *nlh)) in sock_diag_register_inet_compat()
173 void sock_diag_unregister_inet_compat(int (*fn)(struct sk_buff *skb, struct nlmsghdr *nlh)) in sock_diag_unregister_inet_compat()
213 static int __sock_diag_cmd(struct sk_buff *skb, struct nlmsghdr *nlh) in __sock_diag_cmd()
244 static int sock_diag_rcv_msg(struct sk_buff *skb, struct nlmsghdr *nlh, in sock_diag_rcv_msg()
/Linux-v5.15/tools/testing/selftests/net/
Dipsec.c172 static inline struct rtattr *rtattr_hdr(struct nlmsghdr *nh) in rtattr_hdr()
177 static int rtattr_pack(struct nlmsghdr *nh, size_t req_sz, in rtattr_pack()
197 static struct rtattr *_rtattr_begin(struct nlmsghdr *nh, size_t req_sz, in _rtattr_begin()
208 static inline struct rtattr *rtattr_begin(struct nlmsghdr *nh, size_t req_sz, in rtattr_begin()
214 static inline void rtattr_end(struct nlmsghdr *nh, struct rtattr *attr) in rtattr_end()
221 static int veth_pack_peerb(struct nlmsghdr *nh, size_t req_sz, in veth_pack_peerb()
249 struct nlmsghdr hdr; in netlink_check_answer()
251 struct nlmsghdr orig_msg; in netlink_check_answer()
274 struct nlmsghdr nh; in veth_add()
324 struct nlmsghdr nh; in ip4_addr_set()
[all …]
/Linux-v5.15/net/tipc/
Ddiag.c54 struct nlmsghdr *nlh; in __tipc_add_sock_diag()
77 struct nlmsghdr *h) in tipc_sock_diag_handler_dump()
/Linux-v5.15/net/ipv6/
Daddrlabel.c384 static int ip6addrlbl_newdel(struct sk_buff *skb, struct nlmsghdr *nlh, in ip6addrlbl_newdel()
435 static void ip6addrlbl_putmsg(struct nlmsghdr *nlh, in ip6addrlbl_putmsg()
452 struct nlmsghdr *nlh = nlmsg_put(skb, portid, seq, event, in ip6addrlbl_fill()
469 static int ip6addrlbl_valid_dump_req(const struct nlmsghdr *nlh, in ip6addrlbl_valid_dump_req()
496 const struct nlmsghdr *nlh = cb->nlh; in ip6addrlbl_dump()
535 const struct nlmsghdr *nlh, in ip6addrlbl_valid_get_req()
578 static int ip6addrlbl_get(struct sk_buff *in_skb, struct nlmsghdr *nlh, in ip6addrlbl_get()

123456