/kernel/linux/linux-6.6/net/ethtool/ |
H A D | tunnels.c | 94 ports = nla_nest_start(skb, ETHTOOL_A_TUNNEL_INFO_UDP_PORTS); in ethnl_tunnel_info_fill_reply() 102 table = nla_nest_start(skb, ETHTOOL_A_TUNNEL_UDP_TABLE); in ethnl_tunnel_info_fill_reply() 125 table = nla_nest_start(skb, ETHTOOL_A_TUNNEL_UDP_TABLE); in ethnl_tunnel_info_fill_reply() 138 entry = nla_nest_start(skb, ETHTOOL_A_TUNNEL_UDP_TABLE_ENTRY); in ethnl_tunnel_info_fill_reply()
|
H A D | cabletest.c | 130 phydev->nest = nla_nest_start(phydev->skb, in ethnl_cable_test_alloc() 168 nest = nla_nest_start(phydev->skb, ETHTOOL_A_CABLE_NEST_RESULT); in ethnl_cable_test_result() 191 nest = nla_nest_start(phydev->skb, in ethnl_cable_test_fault_length() 366 nest = nla_nest_start(phydev->skb, in ethnl_cable_test_amplitude() 390 nest = nla_nest_start(phydev->skb, ETHTOOL_A_CABLE_TDR_NEST_PULSE); in ethnl_cable_test_pulse() 412 nest = nla_nest_start(phydev->skb, ETHTOOL_A_CABLE_TDR_NEST_STEP); in ethnl_cable_test_step()
|
H A D | strset.c | 382 string_attr = nla_nest_start(skb, ETHTOOL_A_STRINGS_STRING); in strset_fill_string() 409 stringset_attr = nla_nest_start(skb, ETHTOOL_A_STRINGSETS_STRINGSET); in strset_fill_set() 418 strings_attr = nla_nest_start(skb, ETHTOOL_A_STRINGSET_STRINGS); in strset_fill_set() 446 nest = nla_nest_start(skb, ETHTOOL_A_STRSET_STRINGSETS); in strset_fill_reply()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/hns/ |
H A D | hns_roce_restrack.c | 17 table_attr = nla_nest_start(msg, RDMA_NLDEV_ATTR_DRIVER); in hns_roce_fill_res_cq_entry() 67 table_attr = nla_nest_start(msg, RDMA_NLDEV_ATTR_DRIVER); in hns_roce_fill_res_qp_entry() 120 table_attr = nla_nest_start(msg, RDMA_NLDEV_ATTR_DRIVER); in hns_roce_fill_res_mr_entry()
|
/kernel/linux/linux-6.6/net/bridge/ |
H A D | br_cfm_netlink.c | 462 tb = nla_nest_start(skb, IFLA_BRIDGE_CFM_MEP_CREATE_INFO); in br_cfm_config_fill_info() 484 tb = nla_nest_start(skb, IFLA_BRIDGE_CFM_MEP_CONFIG_INFO); in br_cfm_config_fill_info() 508 tb = nla_nest_start(skb, IFLA_BRIDGE_CFM_CC_CONFIG_INFO); in br_cfm_config_fill_info() 532 tb = nla_nest_start(skb, IFLA_BRIDGE_CFM_CC_RDI_INFO); in br_cfm_config_fill_info() 547 tb = nla_nest_start(skb, IFLA_BRIDGE_CFM_CC_CCM_TX_INFO); in br_cfm_config_fill_info() 588 tb = nla_nest_start(skb, in br_cfm_config_fill_info() 625 tb = nla_nest_start(skb, IFLA_BRIDGE_CFM_MEP_STATUS_INFO); in br_cfm_status_fill_info() 659 tb = nla_nest_start(skb, in br_cfm_status_fill_info()
|
/kernel/linux/linux-5.10/net/ethtool/ |
H A D | cabletest.c | 130 phydev->nest = nla_nest_start(phydev->skb, in ethnl_cable_test_alloc() 168 nest = nla_nest_start(phydev->skb, ETHTOOL_A_CABLE_NEST_RESULT); in ethnl_cable_test_result() 191 nest = nla_nest_start(phydev->skb, in ethnl_cable_test_fault_length() 366 nest = nla_nest_start(phydev->skb, in ethnl_cable_test_amplitude() 390 nest = nla_nest_start(phydev->skb, ETHTOOL_A_CABLE_TDR_NEST_PULSE); in ethnl_cable_test_pulse() 412 nest = nla_nest_start(phydev->skb, ETHTOOL_A_CABLE_TDR_NEST_STEP); in ethnl_cable_test_step()
|
H A D | tunnels.c | 94 ports = nla_nest_start(skb, ETHTOOL_A_TUNNEL_INFO_UDP_PORTS); in ethnl_tunnel_info_fill_reply() 102 table = nla_nest_start(skb, ETHTOOL_A_TUNNEL_UDP_TABLE); in ethnl_tunnel_info_fill_reply() 125 table = nla_nest_start(skb, ETHTOOL_A_TUNNEL_UDP_TABLE); in ethnl_tunnel_info_fill_reply() 138 entry = nla_nest_start(skb, ETHTOOL_A_TUNNEL_UDP_TABLE_ENTRY); in ethnl_tunnel_info_fill_reply()
|
H A D | strset.c | 357 string_attr = nla_nest_start(skb, ETHTOOL_A_STRINGS_STRING); in strset_fill_string() 384 stringset_attr = nla_nest_start(skb, ETHTOOL_A_STRINGSETS_STRINGSET); in strset_fill_set() 393 strings_attr = nla_nest_start(skb, ETHTOOL_A_STRINGSET_STRINGS); in strset_fill_set() 421 nest = nla_nest_start(skb, ETHTOOL_A_STRSET_STRINGSETS); in strset_fill_reply()
|
/kernel/linux/linux-6.6/net/smc/ |
H A D | smc_stats.c | 57 attrs = nla_nest_start(skb, type); in smc_nl_fill_stats_rmb_data() 116 attrs = nla_nest_start(skb, type); in smc_nl_fill_stats_bufsize_data() 173 attrs = nla_nest_start(skb, SMC_NLA_STATS_SMCD_TECH); in smc_nl_fill_stats_tech_data() 175 attrs = nla_nest_start(skb, SMC_NLA_STATS_SMCR_TECH); in smc_nl_fill_stats_tech_data() 279 attrs = nla_nest_start(skb, SMC_GEN_STATS); in smc_nl_get_stats() 344 attrs = nla_nest_start(skb, SMC_GEN_FBACK_STATS); in smc_nl_get_fback_details()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/ |
H A D | restrack.c | 89 table_attr = nla_nest_start(msg, in fill_stat_mr_entry() 131 table_attr = nla_nest_start(msg, RDMA_NLDEV_ATTR_DRIVER); in fill_res_mr_entry()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx5/ |
H A D | restrack.c | 89 table_attr = nla_nest_start(msg, in fill_stat_mr_entry() 131 table_attr = nla_nest_start(msg, RDMA_NLDEV_ATTR_DRIVER); in fill_res_mr_entry()
|
/kernel/linux/linux-6.6/net/devlink/ |
H A D | dev.c | 62 reload_stats_entry = nla_nest_start(msg, DEVLINK_ATTR_RELOAD_STATS_ENTRY); in devlink_reload_stat_put() 85 reload_stats_attr = nla_nest_start(msg, DEVLINK_ATTR_RELOAD_STATS); in devlink_reload_stats_put() 87 reload_stats_attr = nla_nest_start(msg, DEVLINK_ATTR_REMOTE_RELOAD_STATS); in devlink_reload_stats_put() 97 act_info = nla_nest_start(msg, DEVLINK_ATTR_RELOAD_ACTION_INFO); in devlink_reload_stats_put() 103 act_stats = nla_nest_start(msg, DEVLINK_ATTR_RELOAD_ACTION_STATS); in devlink_reload_stats_put() 157 dev_stats = nla_nest_start(msg, DEVLINK_ATTR_DEV_STATS); in devlink_nl_fill() 1213 selftests = nla_nest_start(msg, DEVLINK_ATTR_SELFTESTS); in devlink_nl_selftests_fill() 1283 result_attr = nla_nest_start(skb, DEVLINK_ATTR_SELFTEST_RESULT); in devlink_selftest_result_put() 1340 selftests = nla_nest_start(msg, DEVLINK_ATTR_SELFTESTS); in devlink_nl_cmd_selftests_run()
|
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt7615/ |
H A D | testmode.c | 330 rx = nla_nest_start(msg, MT76_TM_STATS_ATTR_LAST_RX); in mt7615_tm_dump_stats() 337 rssi = nla_nest_start(msg, MT76_TM_RX_ATTR_RCPI); in mt7615_tm_dump_stats() 347 rssi = nla_nest_start(msg, MT76_TM_RX_ATTR_IB_RSSI); in mt7615_tm_dump_stats() 357 rssi = nla_nest_start(msg, MT76_TM_RX_ATTR_WB_RSSI); in mt7615_tm_dump_stats()
|
/kernel/linux/linux-5.10/net/netfilter/ |
H A D | nf_conntrack_netlink.c | 68 nest_parms = nla_nest_start(skb, CTA_TUPLE_PROTO); in ctnetlink_dump_tuples_proto() 109 nest_parms = nla_nest_start(skb, CTA_TUPLE_IP); in ctnetlink_dump_tuples_ip() 192 nest_proto = nla_nest_start(skb, CTA_PROTOINFO); in ctnetlink_dump_protoinfo() 221 nest_helper = nla_nest_start(skb, CTA_HELP); in ctnetlink_dump_helpinfo() 257 nest_count = nla_nest_start(skb, attr); in dump_counters() 301 nest_count = nla_nest_start(skb, CTA_TIMESTAMP); in ctnetlink_dump_timestamp() 351 nest_secctx = nla_nest_start(skb, CTA_SECCTX); in ctnetlink_dump_secctx() 411 nest_parms = nla_nest_start(skb, CTA_TUPLE_MASTER); in ctnetlink_dump_master() 429 nest_parms = nla_nest_start(skb, type); in dump_ct_seq_adj() 481 nest_parms = nla_nest_start(sk in ctnetlink_dump_ct_synproxy() [all...] |
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | nf_conntrack_netlink.c | 74 nest_parms = nla_nest_start(skb, CTA_TUPLE_PROTO); in ctnetlink_dump_tuples_proto() 115 nest_parms = nla_nest_start(skb, CTA_TUPLE_IP); in ctnetlink_dump_tuples_ip() 208 nest_proto = nla_nest_start(skb, CTA_PROTOINFO); in ctnetlink_dump_protoinfo() 237 nest_helper = nla_nest_start(skb, CTA_HELP); in ctnetlink_dump_helpinfo() 273 nest_count = nla_nest_start(skb, attr); in dump_counters() 317 nest_count = nla_nest_start(skb, CTA_TIMESTAMP); in ctnetlink_dump_timestamp() 367 nest_secctx = nla_nest_start(skb, CTA_SECCTX); in ctnetlink_dump_secctx() 427 nest_parms = nla_nest_start(skb, CTA_TUPLE_MASTER); in ctnetlink_dump_master() 445 nest_parms = nla_nest_start(skb, type); in dump_ct_seq_adj() 497 nest_parms = nla_nest_start(sk in ctnetlink_dump_ct_synproxy() [all...] |
H A D | nfnetlink_hook.c | 63 struct nlattr *nest = nla_nest_start(nlskb, NFNLA_HOOK_CHAIN_INFO); in nfnl_start_info_type() 95 nest2 = nla_nest_start(nlskb, NFNLA_HOOK_INFO_DESC); in nfnl_hook_put_bpf_prog_info() 131 nest2 = nla_nest_start(nlskb, NFNLA_HOOK_INFO_DESC); in nfnl_hook_put_nft_chain_info()
|
/kernel/linux/linux-5.10/drivers/net/wireguard/ |
H A D | netlink.c | 80 allowedip_nest = nla_nest_start(skb, 0); in get_allowedips() 109 struct nlattr *allowedips_nest, *peer_nest = nla_nest_start(skb, 0); in get_peer() 171 allowedips_nest = nla_nest_start(skb, WGPEER_A_ALLOWEDIPS); in get_peer() 254 peers_nest = nla_nest_start(skb, WGDEVICE_A_PEERS); in wg_get_device_dump()
|
/kernel/linux/linux-6.6/drivers/thermal/ |
H A D | thermal_netlink.c | 207 start_cap = nla_nest_start(msg, THERMAL_GENL_ATTR_CPU_CAPABILITY); in thermal_genl_event_cpu_capability_change() 432 start_tz = nla_nest_start(msg, THERMAL_GENL_ATTR_TZ); in thermal_genl_cmd_tz_get_id() 467 start_trip = nla_nest_start(msg, THERMAL_GENL_ATTR_TZ_TRIP); in thermal_genl_cmd_tz_get_trip() 571 start_cdev = nla_nest_start(msg, THERMAL_GENL_ATTR_CDEV); in thermal_genl_cmd_cdev_get()
|
/kernel/linux/linux-6.6/drivers/net/wireguard/ |
H A D | netlink.c | 80 allowedip_nest = nla_nest_start(skb, 0); in get_allowedips() 109 struct nlattr *allowedips_nest, *peer_nest = nla_nest_start(skb, 0); in get_peer() 171 allowedips_nest = nla_nest_start(skb, WGPEER_A_ALLOWEDIPS); in get_peer() 254 peers_nest = nla_nest_start(skb, WGDEVICE_A_PEERS); in wg_get_device_dump()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/hns/ |
H A D | hns_roce_restrack.c | 99 table_attr = nla_nest_start(msg, RDMA_NLDEV_ATTR_DRIVER); in hns_roce_fill_res_cq_entry()
|
/kernel/linux/linux-5.10/drivers/thermal/ |
H A D | thermal_netlink.c | 378 start_tz = nla_nest_start(msg, THERMAL_GENL_ATTR_TZ); in thermal_genl_cmd_tz_get_id() 412 start_trip = nla_nest_start(msg, THERMAL_GENL_ATTR_TZ_TRIP); in thermal_genl_cmd_tz_get_trip() 520 start_cdev = nla_nest_start(msg, THERMAL_GENL_ATTR_CDEV); in thermal_genl_cmd_cdev_get()
|
/kernel/linux/linux-5.10/net/netfilter/ipset/ |
H A D | ip_set_bitmap_gen.h | 96 nested = nla_nest_start(skb, IPSET_ATTR_DATA); in mtype_head() 210 adt = nla_nest_start(skb, IPSET_ATTR_ADT); in mtype_list() 227 nested = nla_nest_start(skb, IPSET_ATTR_DATA); in mtype_list()
|
/kernel/linux/linux-6.6/net/netfilter/ipset/ |
H A D | ip_set_bitmap_gen.h | 96 nested = nla_nest_start(skb, IPSET_ATTR_DATA); in mtype_head() 210 adt = nla_nest_start(skb, IPSET_ATTR_ADT); in mtype_list() 227 nested = nla_nest_start(skb, IPSET_ATTR_DATA); in mtype_list()
|
/kernel/linux/linux-5.10/net/netlink/ |
H A D | policy.c | 260 attr = nla_nest_start(skb, nestattr); in __netlink_policy_dump_write_attr() 434 policy = nla_nest_start(skb, state->policy_idx); in netlink_policy_dump_write()
|
/kernel/linux/linux-6.6/net/netlink/ |
H A D | policy.c | 260 attr = nla_nest_start(skb, nestattr); in __netlink_policy_dump_write_attr() 434 policy = nla_nest_start(skb, state->policy_idx); in netlink_policy_dump_write()
|