/kernel/linux/linux-5.10/net/dcb/ |
D | dcbnl.c | 187 struct nlmsghdr *nlh; in dcbnl_newmsg() local 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() 431 static int dcbnl_getapp(struct net_device *netdev, struct nlmsghdr *nlh, in dcbnl_getapp() [all …]
|
/kernel/linux/linux-5.10/drivers/staging/gdm724x/ |
D | netlink_k.c | 20 #define ND_NLMSG_DATA(nlh) ((void *)((char *)NLMSG_DATA(nlh) + \ argument 23 #define ND_NLMSG_R_LEN(nlh) (nlh->nlmsg_len - ND_IFINDEX_LEN) argument 24 #define ND_NLMSG_IFIDX(nlh) NLMSG_DATA(nlh) argument 31 struct nlmsghdr *nlh; in netlink_rcv_cb() local 97 struct nlmsghdr *nlh; in netlink_send() local
|
/kernel/linux/linux-5.10/tools/testing/selftests/netfilter/ |
D | nf-queue.c | 77 static int queue_cb(const struct nlmsghdr *nlh, void *data) in queue_cb() 123 struct nlmsghdr *nlh = mnl_nlmsg_put_header(buf); in nfq_build_cfg_request() local 147 struct nlmsghdr *nlh = mnl_nlmsg_put_header(buf); in nfq_build_cfg_params() local 174 struct nlmsghdr *nlh; in nfq_build_verdict() local 212 struct nlmsghdr *nlh; in open_queue() local 274 struct nlmsghdr *nlh; in mainloop() local
|
/kernel/linux/linux-5.10/net/xfrm/ |
D | xfrm_user.c | 679 static int xfrm_add_sa(struct sk_buff *skb, struct nlmsghdr *nlh, in xfrm_add_sa() 758 static int xfrm_del_sa(struct sk_buff *skb, struct nlmsghdr *nlh, in xfrm_del_sa() 993 struct nlmsghdr *nlh; in dump_one_state() local 1157 struct nlmsghdr *nlh; in build_spdinfo() local 1203 static int xfrm_set_spdinfo(struct sk_buff *skb, struct nlmsghdr *nlh, in xfrm_set_spdinfo() 1248 static int xfrm_get_spdinfo(struct sk_buff *skb, struct nlmsghdr *nlh, in xfrm_get_spdinfo() 1280 struct nlmsghdr *nlh; in build_sadinfo() local 1307 static int xfrm_get_sadinfo(struct sk_buff *skb, struct nlmsghdr *nlh, in xfrm_get_sadinfo() 1327 static int xfrm_get_sa(struct sk_buff *skb, struct nlmsghdr *nlh, in xfrm_get_sa() 1351 static int xfrm_alloc_userspi(struct sk_buff *skb, struct nlmsghdr *nlh, in xfrm_alloc_userspi() [all …]
|
/kernel/linux/linux-5.10/net/netfilter/ |
D | nfnetlink_cttimeout.c | 76 const struct nlmsghdr *nlh, in cttimeout_new_timeout() 162 struct nlmsghdr *nlh; in ctnl_timeout_fill_info() local 238 const struct nlmsghdr *nlh, in cttimeout_get_timeout() 309 const struct nlmsghdr *nlh, in cttimeout_del_timeout() 341 const struct nlmsghdr *nlh, in cttimeout_default_set() 379 struct nlmsghdr *nlh; in cttimeout_default_fill_info() local 415 const struct nlmsghdr *nlh, in cttimeout_default_get()
|
D | nfnetlink.c | 182 static int nfnetlink_rcv_msg(struct sk_buff *skb, struct nlmsghdr *nlh, in nfnetlink_rcv_msg() 267 struct nlmsghdr *nlh; member 272 static int nfnl_err_add(struct list_head *list, struct nlmsghdr *nlh, int err, in nfnl_err_add() 320 static void nfnetlink_rcv_batch(struct sk_buff *skb, struct nlmsghdr *nlh, in nfnetlink_rcv_batch() 544 static void nfnetlink_rcv_skb_batch(struct sk_buff *skb, struct nlmsghdr *nlh) in nfnetlink_rcv_skb_batch() 584 struct nlmsghdr *nlh = nlmsg_hdr(skb); in nfnetlink_rcv() local
|
/kernel/linux/linux-5.10/net/wimax/ |
D | op-msg.c | 171 struct nlmsghdr *nlh = (void *) msg->head; in wimax_msg_data_len() local 193 struct nlmsghdr *nlh = (void *) msg->head; in wimax_msg_data() local 214 struct nlmsghdr *nlh = (void *) msg->head; in wimax_msg_len() local 322 struct nlmsghdr *nlh = info->nlhdr; in wimax_gnl_doit_msg_from_user() local
|
/kernel/linux/linux-5.10/drivers/infiniband/core/ |
D | nldev.c | 870 static int nldev_get_doit(struct sk_buff *skb, struct nlmsghdr *nlh, in nldev_get_doit() 916 static int nldev_set_doit(struct sk_buff *skb, struct nlmsghdr *nlh, in nldev_set_doit() 975 struct nlmsghdr *nlh; in _nldev_get_dumpit() local 1006 static int nldev_port_get_doit(struct sk_buff *skb, struct nlmsghdr *nlh, in nldev_port_get_doit() 1066 struct nlmsghdr *nlh; in nldev_port_get_dumpit() local 1118 static int nldev_res_get_doit(struct sk_buff *skb, struct nlmsghdr *nlh, in nldev_res_get_doit() 1168 struct nlmsghdr *nlh; in _nldev_res_get_dumpit() local 1243 static int res_get_common_doit(struct sk_buff *skb, struct nlmsghdr *nlh, in res_get_common_doit() 1339 struct nlmsghdr *nlh; in res_get_common_dumpit() local 1517 static int nldev_newlink(struct sk_buff *skb, struct nlmsghdr *nlh, in nldev_newlink() [all …]
|
D | netlink.c | 131 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() 212 struct nlmsghdr *nlh; in rdma_nl_rcv_skb() local
|
D | iwpm_util.c | 482 struct sk_buff *iwpm_create_nlmsg(u32 nl_op, struct nlmsghdr **nlh, in iwpm_create_nlmsg() 625 struct nlmsghdr *nlh; in send_mapinfo_num() local 664 struct nlmsghdr *nlh = NULL; in send_nlmsg_done() local 686 struct nlmsghdr *nlh; in iwpm_send_mapinfo() local 808 struct nlmsghdr *nlh; in iwpm_send_hello() local
|
/kernel/linux/linux-5.10/crypto/ |
D | crypto_user_base.c | 159 struct nlmsghdr *nlh; in crypto_report_alg() local 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() 422 static int crypto_user_rcv_msg(struct sk_buff *skb, struct nlmsghdr *nlh, in crypto_user_rcv_msg()
|
/kernel/linux/linux-5.10/net/phonet/ |
D | pn_netlink.c | 51 static int addr_doit(struct sk_buff *skb, struct nlmsghdr *nlh, in addr_doit() 99 struct nlmsghdr *nlh; in fill_addr() local 164 struct nlmsghdr *nlh; in fill_route() local 218 static int route_doit(struct sk_buff *skb, struct nlmsghdr *nlh, in route_doit()
|
/kernel/linux/linux-5.10/net/netfilter/ipset/ |
D | ip_set_core.c | 957 flag_exist(const struct nlmsghdr *nlh) in flag_exist() 1035 const struct nlmsghdr *nlh, in ip_set_none() 1043 struct sk_buff *skb, const struct nlmsghdr *nlh, in ip_set_create() 1185 struct sk_buff *skb, const struct nlmsghdr *nlh, in ip_set_destroy() 1264 const struct nlmsghdr *nlh, in ip_set_flush() 1304 struct sk_buff *skb, const struct nlmsghdr *nlh, in ip_set_rename() 1354 const struct nlmsghdr *nlh, in ip_set_swap() 1457 dump_attrs(struct nlmsghdr *nlh) in dump_attrs() 1479 struct nlmsghdr *nlh = nlmsg_hdr(cb->skb); in ip_set_dump_start() local 1534 struct nlmsghdr *nlh = NULL; in ip_set_dump_do() local [all …]
|
/kernel/linux/linux-5.10/net/ipv6/ |
D | addrlabel.c | 384 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() 453 struct nlmsghdr *nlh = nlmsg_put(skb, portid, seq, event, in ip6addrlbl_fill() local 470 static int ip6addrlbl_valid_dump_req(const struct nlmsghdr *nlh, in ip6addrlbl_valid_dump_req() 497 const struct nlmsghdr *nlh = cb->nlh; in ip6addrlbl_dump() local 536 const struct nlmsghdr *nlh, in ip6addrlbl_valid_get_req() 579 static int ip6addrlbl_get(struct sk_buff *in_skb, struct nlmsghdr *nlh, in ip6addrlbl_get()
|
/kernel/linux/linux-5.10/net/core/ |
D | sock_diag.c | 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()
|
D | rtnetlink.c | 729 struct nlmsghdr *nlh, gfp_t flags) in rtnl_notify() 1713 struct nlmsghdr *nlh; in rtnl_fill_ifinfo() local 2018 static int rtnl_valid_dump_ifinfo_req(const struct nlmsghdr *nlh, in rtnl_valid_dump_ifinfo_req() 2065 const struct nlmsghdr *nlh = cb->nlh; in rtnl_dump_ifinfo() local 2989 static int rtnl_setlink(struct sk_buff *skb, struct nlmsghdr *nlh, in rtnl_setlink() 3084 static int rtnl_dellink(struct sk_buff *skb, struct nlmsghdr *nlh, in rtnl_dellink() 3257 static int __rtnl_newlink(struct sk_buff *skb, struct nlmsghdr *nlh, in __rtnl_newlink() 3517 static int rtnl_newlink(struct sk_buff *skb, struct nlmsghdr *nlh, in rtnl_newlink() 3533 const struct nlmsghdr *nlh, in rtnl_valid_getlink_req() 3580 static int rtnl_getlink(struct sk_buff *skb, struct nlmsghdr *nlh, in rtnl_getlink() [all …]
|
D | fib_rules.c | 516 static int fib_nl2rule(struct sk_buff *skb, struct nlmsghdr *nlh, in fib_nl2rule() 753 int fib_nl_newrule(struct sk_buff *skb, struct nlmsghdr *nlh, in fib_nl_newrule() 861 int fib_nl_delrule(struct sk_buff *skb, struct nlmsghdr *nlh, in fib_nl_delrule() 991 struct nlmsghdr *nlh; in fib_nl_fill_rule() local 1095 static int fib_valid_dumprule_req(const struct nlmsghdr *nlh, in fib_valid_dumprule_req() 1123 const struct nlmsghdr *nlh = cb->nlh; in fib_nl_dumprule() local 1166 struct fib_rules_ops *ops, struct nlmsghdr *nlh, in notify_rule_change()
|
/kernel/linux/linux-5.10/include/net/ |
D | netlink.h | 454 struct nlmsghdr *nlh; member 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() 625 nlmsg_next(const struct nlmsghdr *nlh, int *remaining) in nlmsg_next() 722 static inline int __nlmsg_parse(const struct nlmsghdr *nlh, int hdrlen, in __nlmsg_parse() 748 static inline int nlmsg_parse(const struct nlmsghdr *nlh, int hdrlen, in nlmsg_parse() 767 static inline int nlmsg_parse_deprecated(const struct nlmsghdr *nlh, int hdrlen, in nlmsg_parse_deprecated() [all …]
|
/kernel/linux/linux-5.10/drivers/connector/ |
D | connector.c | 67 struct nlmsghdr *nlh; in cn_netlink_send_mult() local 133 struct nlmsghdr *nlh; in cn_call_callback() local 172 struct nlmsghdr *nlh; in cn_rx_skb() local
|
/kernel/linux/linux-5.10/security/selinux/ |
D | netlink.c | 43 static void selnl_add_payload(struct nlmsghdr *nlh, int len, int msgtype, void *data) in selnl_add_payload() 72 struct nlmsghdr *nlh; in selnl_notify() local
|
/kernel/linux/linux-5.10/tools/bpf/bpftool/ |
D | net.c | 197 static int __dump_class_nlmsg(struct nlmsghdr *nlh, in __dump_class_nlmsg() 217 struct nlmsghdr nlh; in netlink_get_class() member 236 static int __dump_qdisc_nlmsg(struct nlmsghdr *nlh, in __dump_qdisc_nlmsg() 256 struct nlmsghdr nlh; in netlink_get_qdisc() member 275 static int __dump_filter_nlmsg(struct nlmsghdr *nlh, in __dump_filter_nlmsg() 295 struct nlmsghdr nlh; in netlink_get_filter() member 315 static int __dump_link_nlmsg(struct nlmsghdr *nlh, in __dump_link_nlmsg() 334 struct nlmsghdr nlh; in netlink_get_link() member
|
/kernel/linux/linux-5.10/net/ipv4/ |
D | inet_diag.c | 206 static int inet_diag_parse_attrs(const struct nlmsghdr *nlh, int hdrlen, in inet_diag_parse_attrs() 244 struct nlmsghdr *nlh; in inet_sk_diag_fill() local 421 struct nlmsghdr *nlh; in inet_twsk_diag_fill() local 455 struct nlmsghdr *nlh; in inet_req_diag_fill() local 589 const struct nlmsghdr *nlh, in inet_diag_cmd_exact() 1197 const struct nlmsghdr *nlh = cb->nlh; in __inet_diag_dump_start() local 1285 const struct nlmsghdr *nlh) in inet_diag_get_exact_compat() 1300 static int inet_diag_rcv_msg_compat(struct sk_buff *skb, struct nlmsghdr *nlh) in inet_diag_rcv_msg_compat() 1347 struct nlmsghdr *nlh; in inet_diag_handler_get_info() local
|
/kernel/linux/linux-5.10/net/ieee802154/ |
D | netlink.c | 47 struct nlmsghdr *nlh = nlmsg_hdr(msg); in ieee802154_nl_mcast() local 76 struct nlmsghdr *nlh = nlmsg_hdr(msg); in ieee802154_nl_reply() local
|
/kernel/linux/linux-5.10/net/bridge/ |
D | br_mdb.c | 297 static int br_mdb_valid_dump_req(const struct nlmsghdr *nlh, in br_mdb_valid_dump_req() 324 struct nlmsghdr *nlh = NULL; in br_mdb_dump() local 382 struct nlmsghdr *nlh; in nlmsg_populate_mdb_fill() local 611 struct nlmsghdr *nlh; in nlmsg_populate_rtr_fill() local 757 static int br_mdb_parse(struct sk_buff *skb, struct nlmsghdr *nlh, in br_mdb_parse() 935 static int br_mdb_add(struct sk_buff *skb, struct nlmsghdr *nlh, in br_mdb_add() 1055 static int br_mdb_del(struct sk_buff *skb, struct nlmsghdr *nlh, in br_mdb_del()
|
/kernel/linux/linux-5.10/net/mpls/ |
D | af_mpls.c | 540 struct nlmsghdr *nlh = info ? info->nlh : NULL; in mpls_notify_route() local 1135 struct nlmsghdr *nlh; in mpls_netconf_fill_devconf() local 1211 const struct nlmsghdr *nlh, in mpls_netconf_valid_get_req() 1251 struct nlmsghdr *nlh, in mpls_netconf_get_devconf() 1302 const struct nlmsghdr *nlh = cb->nlh; in mpls_netconf_dump_devconf() local 1811 struct nlmsghdr *nlh, in rtm_to_route_config() 1949 static int mpls_rtm_delroute(struct sk_buff *skb, struct nlmsghdr *nlh, in mpls_rtm_delroute() 1971 static int mpls_rtm_newroute(struct sk_buff *skb, struct nlmsghdr *nlh, in mpls_rtm_newroute() 1996 struct nlmsghdr *nlh; in mpls_dump_route() local 2103 static int mpls_valid_fib_dump_req(struct net *net, const struct nlmsghdr *nlh, in mpls_valid_fib_dump_req() [all …]
|