Home
last modified time | relevance | path

Searched refs:nla_nest_end (Results 1 – 25 of 145) sorted by relevance

123456

/Linux-v5.10/net/ethtool/
Dcabletest.c155 nla_nest_end(phydev->skb, phydev->nest); in ethnl_cable_test_finished()
177 nla_nest_end(phydev->skb, nest); in ethnl_cable_test_result()
201 nla_nest_end(phydev->skb, nest); in ethnl_cable_test_fault_length()
376 nla_nest_end(phydev->skb, nest); in ethnl_cable_test_amplitude()
397 nla_nest_end(phydev->skb, nest); in ethnl_cable_test_pulse()
426 nla_nest_end(phydev->skb, nest); in ethnl_cable_test_step()
Dtunnels.c119 nla_nest_end(skb, table); in ethnl_tunnel_info_fill_reply()
146 nla_nest_end(skb, entry); in ethnl_tunnel_info_fill_reply()
147 nla_nest_end(skb, table); in ethnl_tunnel_info_fill_reply()
150 nla_nest_end(skb, ports); in ethnl_tunnel_info_fill_reply()
Dstrset.c361 nla_nest_end(skb, string_attr); in strset_fill_string()
398 nla_nest_end(skb, strings_attr); in strset_fill_set()
401 nla_nest_end(skb, stringset_attr); in strset_fill_set()
432 nla_nest_end(skb, nest); in strset_fill_reply()
/Linux-v5.10/net/bridge/
Dbr_mdb.c47 nla_nest_end(skb, port_nest); in br_rports_fill_info()
50 nla_nest_end(skb, nest); in br_rports_fill_info()
138 nla_nest_end(skb, nest_ent); in __mdb_fill_srcs()
141 nla_nest_end(skb, nest); in __mdb_fill_srcs()
223 nla_nest_end(skb, nest_ent); in __mdb_fill_info()
277 nla_nest_end(skb, nest2); in br_mdb_fill_info()
285 nla_nest_end(skb, nest2); in br_mdb_fill_info()
293 nla_nest_end(skb, nest); in br_mdb_fill_info()
404 nla_nest_end(skb, nest2); in nlmsg_populate_mdb_fill()
405 nla_nest_end(skb, nest); in nlmsg_populate_mdb_fill()
[all …]
/Linux-v5.10/net/netfilter/ipset/
Dip_set_bitmap_gen.h108 nla_nest_end(skb, nested); in mtype_head()
243 nla_nest_end(skb, nested); in mtype_list()
245 nla_nest_end(skb, adt); in mtype_list()
258 nla_nest_end(skb, adt); in mtype_list()
/Linux-v5.10/net/wireless/
Dpmsr.c505 nla_nest_end(msg, typedata); in nl80211_pmsr_send_result()
506 nla_nest_end(msg, data); in nl80211_pmsr_send_result()
507 nla_nest_end(msg, resp); in nl80211_pmsr_send_result()
508 nla_nest_end(msg, peer); in nl80211_pmsr_send_result()
509 nla_nest_end(msg, peers); in nl80211_pmsr_send_result()
510 nla_nest_end(msg, pmsr); in nl80211_pmsr_send_result()
Dnl80211.c967 nla_nest_end(msg, nl_wmm_rule); in nl80211_msg_put_wmm_rules()
969 nla_nest_end(msg, nl_wmm_rules); in nl80211_msg_put_wmm_rules()
1119 nla_nest_end(msg, txqattr); in nl80211_put_txq_stats()
1443 nla_nest_end(msg, nl_modes); in nl80211_put_iftypes()
1489 nla_nest_end(msg, nl_limit); in nl80211_put_iface_combinations()
1492 nla_nest_end(msg, nl_limits); in nl80211_put_iface_combinations()
1513 nla_nest_end(msg, nl_combi); in nl80211_put_iface_combinations()
1516 nla_nest_end(msg, nl_combis); in nl80211_put_iface_combinations()
1561 nla_nest_end(msg, nl_tcp); in nl80211_send_wowlan_tcp_caps()
1618 nla_nest_end(msg, nl_wowlan); in nl80211_send_wowlan()
[all …]
/Linux-v5.10/net/tipc/
Dnetlink_compat.c460 nla_nest_end(skb, prop); in tipc_nl_compat_bearer_enable()
462 nla_nest_end(skb, bearer); in tipc_nl_compat_bearer_enable()
492 nla_nest_end(skb, bearer); in tipc_nl_compat_bearer_disable()
742 nla_nest_end(skb, prop); in tipc_nl_compat_media_set()
743 nla_nest_end(skb, media); in tipc_nl_compat_media_set()
769 nla_nest_end(skb, prop); in tipc_nl_compat_bearer_set()
770 nla_nest_end(skb, bearer); in tipc_nl_compat_bearer_set()
796 nla_nest_end(skb, prop); in __tipc_nl_compat_link_set()
797 nla_nest_end(skb, link); in __tipc_nl_compat_link_set()
862 nla_nest_end(skb, link); in tipc_nl_compat_link_reset_stats()
[all …]
Dnet.c192 nla_nest_end(msg->skb, attrs); in __tipc_nl_add_net()
315 nla_nest_end(msg->skb, attrs); in __tipc_nl_addr_legacy_get()
/Linux-v5.10/net/dcb/
Ddcbnl.c258 nla_nest_end(skb, nest); in dcbnl_getpfccfg()
317 nla_nest_end(skb, nest); in dcbnl_getcap()
364 nla_nest_end(skb, nest); in dcbnl_getnumtcs()
492 nla_nest_end(skb, app_nest); in dcbnl_getapp()
647 nla_nest_end(skb, param_nest); in __dcbnl_pg_getcfg()
675 nla_nest_end(skb, pg_nest); in __dcbnl_pg_getcfg()
923 nla_nest_end(skb, bcn_nest); in dcbnl_bcn_getcfg()
1021 nla_nest_end(skb, app); in dcbnl_build_peer_app()
1134 nla_nest_end(skb, app); in dcbnl_ieee_fill()
1164 nla_nest_end(skb, ieee); in dcbnl_ieee_fill()
[all …]
/Linux-v5.10/net/netfilter/
Dnft_tunnel.c528 nla_nest_end(skb, nest); in nft_tunnel_ip_dump()
542 nla_nest_end(skb, nest); in nft_tunnel_ip_dump()
565 nla_nest_end(skb, inner); in nft_tunnel_opts_dump()
587 nla_nest_end(skb, inner); in nft_tunnel_opts_dump()
606 nla_nest_end(skb, inner); in nft_tunnel_opts_dump()
608 nla_nest_end(skb, nest); in nft_tunnel_opts_dump()
Dnf_conntrack_netlink.c77 nla_nest_end(skb, nest_parms); in ctnetlink_dump_tuples_proto()
122 nla_nest_end(skb, nest_parms); in ctnetlink_dump_tuples_ip()
198 nla_nest_end(skb, nest_proto); in ctnetlink_dump_protoinfo()
229 nla_nest_end(skb, nest_helper); in ctnetlink_dump_helpinfo()
264 nla_nest_end(skb, nest_count); in dump_counters()
308 nla_nest_end(skb, nest_count); in ctnetlink_dump_timestamp()
348 nla_nest_end(skb, nest_secctx); in ctnetlink_dump_secctx()
407 nla_nest_end(skb, nest_parms); in ctnetlink_dump_master()
432 nla_nest_end(skb, nest_parms); in dump_ct_seq_adj()
481 nla_nest_end(skb, nest_parms); in ctnetlink_dump_ct_synproxy()
[all …]
/Linux-v5.10/drivers/net/wireguard/
Dnetlink.c92 nla_nest_end(skb, allowedip_nest); in get_allowedips()
182 nla_nest_end(skb, allowedips_nest); in get_peer()
183 nla_nest_end(skb, peer_nest); in get_peer()
188 nla_nest_end(skb, allowedips_nest); in get_peer()
190 nla_nest_end(skb, peer_nest); in get_peer()
277 nla_nest_end(skb, peers_nest); in wg_get_device_dump()
/Linux-v5.10/drivers/infiniband/hw/mlx5/
Drestrack.c106 nla_nest_end(msg, table_attr); in fill_stat_mr_entry()
143 nla_nest_end(msg, table_attr); in fill_res_mr_entry()
/Linux-v5.10/net/netlabel/
Dnetlabel_cipso_v4.c506 nla_nest_end(ans_skb, nla_a); in netlbl_cipsov4_list()
539 nla_nest_end(ans_skb, nla_b); in netlbl_cipsov4_list()
541 nla_nest_end(ans_skb, nla_a); in netlbl_cipsov4_list()
572 nla_nest_end(ans_skb, nla_b); in netlbl_cipsov4_list()
574 nla_nest_end(ans_skb, nla_a); in netlbl_cipsov4_list()
/Linux-v5.10/net/ncsi/
Dncsi-netlink.c89 nla_nest_end(skb, vid_nest); in ncsi_write_channel_info()
137 nla_nest_end(skb, nest); in ncsi_write_package_info()
139 nla_nest_end(skb, cnest); in ncsi_write_package_info()
140 nla_nest_end(skb, pnest); in ncsi_write_package_info()
198 nla_nest_end(skb, attr); in ncsi_pkg_info_nl()
260 nla_nest_end(skb, attr); in ncsi_pkg_info_all_nl()
/Linux-v5.10/drivers/net/bonding/
Dbond_netlink.c572 nla_nest_end(skb, targets); in bond_fill_info()
677 nla_nest_end(skb, nest); in bond_fill_info()
736 nla_nest_end(skb, nest); in bond_fill_linkxstats()
742 nla_nest_end(skb, nest); in bond_fill_linkxstats()
745 nla_nest_end(skb, nest2); in bond_fill_linkxstats()
747 nla_nest_end(skb, nest); in bond_fill_linkxstats()
/Linux-v5.10/net/netlink/
Dgenetlink.c867 nla_nest_end(skb, nest); in ctrl_fill_info()
870 nla_nest_end(skb, nla_ops); in ctrl_fill_info()
897 nla_nest_end(skb, nest); in ctrl_fill_info()
899 nla_nest_end(skb, nla_grps); in ctrl_fill_info()
940 nla_nest_end(skb, nest); in ctrl_fill_mcgrp_info()
941 nla_nest_end(skb, nla_grps); in ctrl_fill_mcgrp_info()
1252 nla_nest_end(skb, nest_op); in ctrl_dumppolicy_put_op()
1253 nla_nest_end(skb, nest_pol); in ctrl_dumppolicy_put_op()
1308 nla_nest_end(skb, nest); in ctrl_dumppolicy()
Dpolicy.c378 nla_nest_end(skb, attr); in __netlink_policy_dump_write_attr()
438 nla_nest_end(skb, policy); in netlink_policy_dump_write()
/Linux-v5.10/drivers/infiniband/hw/cxgb4/
Drestrack.c182 nla_nest_end(msg, table_attr); in c4iw_fill_res_qp_entry()
260 nla_nest_end(msg, table_attr); in c4iw_fill_res_cm_id_entry()
422 nla_nest_end(msg, table_attr); in c4iw_fill_res_cq_entry()
480 nla_nest_end(msg, table_attr); in c4iw_fill_res_mr_entry()
/Linux-v5.10/net/ieee802154/
Dnl802154.c319 nla_nest_end(msg, nl_flags); in nl802154_put_flags()
339 nla_nest_end(msg, nl_page); in nl802154_send_wpan_phy_channels()
367 nla_nest_end(msg, nl_channels); in nl802154_put_capabilities()
382 nla_nest_end(msg, nl_ed_lvls); in nl802154_put_capabilities()
398 nla_nest_end(msg, nl_tx_pwrs); in nl802154_put_capabilities()
426 nla_nest_end(msg, nl_caps); in nl802154_put_capabilities()
532 nla_nest_end(msg, nl_cmds); in nl802154_send_wpan_phy()
707 nla_nest_end(msg, nl_dev_addr); in ieee802154_llsec_send_key_id()
763 nla_nest_end(msg, nl_key_id); in nl802154_get_llsec_params()
1451 nla_nest_end(msg, nl_key_id); in nl802154_send_key()
[all …]
/Linux-v5.10/net/8021q/
Dvlan_netlink.c246 nla_nest_end(skb, nest); in vlan_fill_info()
267 nla_nest_end(skb, nest); in vlan_fill_info()
/Linux-v5.10/net/openvswitch/
Dmeter.c267 nla_nest_end(reply, band_nla); in ovs_meter_cmd_reply_stats()
269 nla_nest_end(reply, nla); in ovs_meter_cmd_reply_stats()
316 nla_nest_end(reply, band_nla); in ovs_meter_cmd_features()
317 nla_nest_end(reply, nla); in ovs_meter_cmd_features()
/Linux-v5.10/drivers/infiniband/hw/hns/
Dhns_roce_restrack.c110 nla_nest_end(msg, table_attr); in hns_roce_fill_res_cq_entry()
/Linux-v5.10/net/mptcp/
Ddiag.c72 nla_nest_end(skb, start); in subflow_get_info()

123456