Home
last modified time | relevance | path

Searched refs:nla_nest_start_noflag (Results 1 – 25 of 112) sorted by relevance

12345

/linux/net/dcb/
A Ddcbnl.c239 nest = nla_nest_start_noflag(skb, DCB_ATTR_PFC_CFG); in dcbnl_getpfccfg()
298 nest = nla_nest_start_noflag(skb, DCB_ATTR_CAP); in dcbnl_getcap()
343 nest = nla_nest_start_noflag(skb, DCB_ATTR_NUMTCS); in dcbnl_getnumtcs()
476 app_nest = nla_nest_start_noflag(skb, DCB_ATTR_APP); in dcbnl_getapp()
598 param_nest = nla_nest_start_noflag(skb, i); in __dcbnl_pg_getcfg()
894 bcn_nest = nla_nest_start_noflag(skb, DCB_ATTR_BCN); in dcbnl_bcn_getcfg()
1008 app = nla_nest_start_noflag(skb, app_nested_type); in dcbnl_build_peer_app()
1042 ieee = nla_nest_start_noflag(skb, DCB_ATTR_IEEE); in dcbnl_ieee_fill()
1180 struct nlattr *pg = nla_nest_start_noflag(skb, i); in dcbnl_cee_pg_fill()
1237 cee = nla_nest_start_noflag(skb, DCB_ATTR_CEE); in dcbnl_cee_fill()
[all …]
/linux/net/tipc/
A Dnetlink_compat.c438 bearer = nla_nest_start_noflag(skb, TIPC_NLA_BEARER); in tipc_nl_compat_bearer_enable()
458 prop = nla_nest_start_noflag(skb, TIPC_NLA_BEARER_PROP); in tipc_nl_compat_bearer_enable()
480 bearer = nla_nest_start_noflag(skb, TIPC_NLA_BEARER); in tipc_nl_compat_bearer_disable()
733 media = nla_nest_start_noflag(skb, TIPC_NLA_MEDIA); in tipc_nl_compat_media_set()
740 prop = nla_nest_start_noflag(skb, TIPC_NLA_MEDIA_PROP); in tipc_nl_compat_media_set()
760 bearer = nla_nest_start_noflag(skb, TIPC_NLA_BEARER); in tipc_nl_compat_bearer_set()
787 link = nla_nest_start_noflag(skb, TIPC_NLA_LINK); in __tipc_nl_compat_link_set()
794 prop = nla_nest_start_noflag(skb, TIPC_NLA_LINK_PROP); in __tipc_nl_compat_link_set()
850 link = nla_nest_start_noflag(skb, TIPC_NLA_LINK); in tipc_nl_compat_link_reset_stats()
1018 nest = nla_nest_start_noflag(args, TIPC_NLA_SOCK); in tipc_nl_compat_publ_dump()
[all …]
/linux/net/netfilter/
A Dnft_tunnel.c512 nest = nla_nest_start_noflag(skb, NFTA_TUNNEL_KEY_IP6); in nft_tunnel_ip_dump()
528 nest = nla_nest_start_noflag(skb, NFTA_TUNNEL_KEY_IP); in nft_tunnel_ip_dump()
552 nest = nla_nest_start_noflag(skb, NFTA_TUNNEL_KEY_OPTS); in nft_tunnel_opts_dump()
557 inner = nla_nest_start_noflag(skb, NFTA_TUNNEL_KEY_OPTS_VXLAN); in nft_tunnel_opts_dump()
565 inner = nla_nest_start_noflag(skb, NFTA_TUNNEL_KEY_OPTS_ERSPAN); in nft_tunnel_opts_dump()
590 inner = nla_nest_start_noflag(skb, NFTA_TUNNEL_KEY_OPTS_GENEVE); in nft_tunnel_opts_dump()
/linux/net/wireless/
A Dpmsr.c490 pmsr = nla_nest_start_noflag(msg, NL80211_ATTR_PEER_MEASUREMENTS); in nl80211_pmsr_send_result()
494 peers = nla_nest_start_noflag(msg, NL80211_PMSR_ATTR_PEERS); in nl80211_pmsr_send_result()
498 peer = nla_nest_start_noflag(msg, 1); in nl80211_pmsr_send_result()
505 resp = nla_nest_start_noflag(msg, NL80211_PMSR_PEER_ATTR_RESP); in nl80211_pmsr_send_result()
522 data = nla_nest_start_noflag(msg, NL80211_PMSR_RESP_ATTR_DATA); in nl80211_pmsr_send_result()
526 typedata = nla_nest_start_noflag(msg, res->type); in nl80211_pmsr_send_result()
A Dnl80211.c1536 nl_combis = nla_nest_start_noflag(msg, in nl80211_put_iface_combinations()
1612 nl_tcp = nla_nest_start_noflag(msg, in nl80211_send_wowlan_tcp_caps()
1653 nl_wowlan = nla_nest_start_noflag(msg, in nl80211_send_wowlan()
1796 nla_nest_start_noflag(msg, in nl80211_send_band_rateinfo()
2489 nl_cmds = nla_nest_start_noflag(msg, in nl80211_send_wiphy()
2677 nested = nla_nest_start_noflag(msg, in nl80211_send_wiphy()
2694 nested = nla_nest_start_noflag(msg, in nl80211_send_wiphy()
2732 nested = nla_nest_start_noflag(msg, in nl80211_send_wiphy()
2755 nested = nla_nest_start_noflag(msg, in nl80211_send_wiphy()
12237 nl_tcp = nla_nest_start_noflag(msg, in nl80211_send_wowlan_tcp()
[all …]
/linux/net/bridge/
A Dbr_mdb.c82 nest = nla_nest_start_noflag(skb, MDBA_ROUTER); in br_rports_fill_info()
106 port_nest = nla_nest_start_noflag(skb, MDBA_ROUTER_PORT); in br_rports_fill_info()
263 nest_ent = nla_nest_start_noflag(skb, in __mdb_fill_info()
327 nest = nla_nest_start_noflag(skb, MDBA_MDB); in br_mdb_fill_info()
338 nest2 = nla_nest_start_noflag(skb, MDBA_MDB_ENTRY); in br_mdb_fill_info()
479 nest = nla_nest_start_noflag(skb, MDBA_MDB); in nlmsg_populate_mdb_fill()
482 nest2 = nla_nest_start_noflag(skb, MDBA_MDB_ENTRY); in nlmsg_populate_mdb_fill()
599 nest = nla_nest_start_noflag(skb, MDBA_ROUTER); in nlmsg_populate_rtr_fill()
603 port_nest = nla_nest_start_noflag(skb, MDBA_ROUTER_PORT); in nlmsg_populate_rtr_fill()
/linux/net/ncsi/
A Dncsi-netlink.c78 vid_nest = nla_nest_start_noflag(skb, NCSI_CHANNEL_ATTR_VLAN_LIST); in ncsi_write_channel_info()
112 pnest = nla_nest_start_noflag(skb, NCSI_PKG_ATTR); in ncsi_write_package_info()
122 cnest = nla_nest_start_noflag(skb, NCSI_PKG_ATTR_CHANNEL_LIST); in ncsi_write_package_info()
128 nest = nla_nest_start_noflag(skb, NCSI_CHANNEL_ATTR); in ncsi_write_package_info()
190 attr = nla_nest_start_noflag(skb, NCSI_ATTR_PACKAGE_LIST); in ncsi_pkg_info_nl()
253 attr = nla_nest_start_noflag(skb, NCSI_ATTR_PACKAGE_LIST); in ncsi_pkg_info_all_nl()
/linux/net/netlabel/
A Dnetlabel_cipso_v4.c491 nla_a = nla_nest_start_noflag(ans_skb, NLBL_CIPSOV4_A_TAGLST); in netlbl_cipsov4_list()
510 nla_a = nla_nest_start_noflag(ans_skb, in netlbl_cipsov4_list()
523 nla_b = nla_nest_start_noflag(ans_skb, in netlbl_cipsov4_list()
543 nla_a = nla_nest_start_noflag(ans_skb, in netlbl_cipsov4_list()
556 nla_b = nla_nest_start_noflag(ans_skb, in netlbl_cipsov4_list()
A Dnetlabel_mgmt.c305 nla_a = nla_nest_start_noflag(skb, NLBL_MGMT_A_SELECTORLIST); in netlbl_mgmt_listentry()
313 nla_b = nla_nest_start_noflag(skb, in netlbl_mgmt_listentry()
348 nla_b = nla_nest_start_noflag(skb, in netlbl_mgmt_listentry()
/linux/net/ieee802154/
A Dnl802154.c304 struct nlattr *nl_flags = nla_nest_start_noflag(msg, attr); in nl802154_put_flags()
352 nl_caps = nla_nest_start_noflag(msg, NL802154_ATTR_WPAN_PHY_CAPS); in nl802154_put_capabilities()
356 nl_channels = nla_nest_start_noflag(msg, NL802154_CAP_ATTR_CHANNELS); in nl802154_put_capabilities()
372 nl_ed_lvls = nla_nest_start_noflag(msg, in nl802154_put_capabilities()
388 nl_tx_pwrs = nla_nest_start_noflag(msg, in nl802154_put_capabilities()
679 nl_dev_addr = nla_nest_start_noflag(msg, in ieee802154_llsec_send_key_id()
1449 nl_key = nla_nest_start_noflag(msg, NL802154_ATTR_SEC_KEY); in nl802154_send_key()
1453 nl_key_id = nla_nest_start_noflag(msg, NL802154_KEY_ATTR_ID); in nl802154_send_key()
1642 nl_device = nla_nest_start_noflag(msg, NL802154_ATTR_SEC_DEVICE); in nl802154_send_device()
1820 nl_devkey = nla_nest_start_noflag(msg, NL802154_ATTR_SEC_DEVKEY); in nl802154_send_devkey()
[all …]
/linux/drivers/infiniband/hw/cxgb4/
A Drestrack.c150 table_attr = nla_nest_start_noflag(msg, RDMA_NLDEV_ATTR_DRIVER); in c4iw_fill_res_qp_entry()
216 table_attr = nla_nest_start_noflag(msg, RDMA_NLDEV_ATTR_DRIVER); in c4iw_fill_res_cm_id_entry()
385 table_attr = nla_nest_start_noflag(msg, RDMA_NLDEV_ATTR_DRIVER); in c4iw_fill_res_cq_entry()
443 table_attr = nla_nest_start_noflag(msg, RDMA_NLDEV_ATTR_DRIVER); in c4iw_fill_res_mr_entry()
/linux/net/openvswitch/
A Dmeter.c252 nla = nla_nest_start_noflag(reply, OVS_METER_ATTR_BANDS); in ovs_meter_cmd_reply_stats()
261 band_nla = nla_nest_start_noflag(reply, OVS_BAND_ATTR_UNSPEC); in ovs_meter_cmd_reply_stats()
305 nla = nla_nest_start_noflag(reply, OVS_METER_ATTR_BANDS); in ovs_meter_cmd_features()
309 band_nla = nla_nest_start_noflag(reply, OVS_BAND_ATTR_UNSPEC); in ovs_meter_cmd_features()
A Dflow_netlink.c940 nla = nla_nest_start_noflag(skb, OVS_KEY_ATTR_TUNNEL); in ip_tun_to_nlattr()
1964 start = nla_nest_start_noflag(skb, OVS_KEY_ATTR_NSH); in nsh_key_to_nlattr()
2047 encap = nla_nest_start_noflag(skb, OVS_KEY_ATTR_ENCAP); in __ovs_nla_put_key()
2054 in_encap = nla_nest_start_noflag(skb, in __ovs_nla_put_key()
2239 nla = nla_nest_start_noflag(skb, attr); in ovs_nla_put_key()
3389 start = nla_nest_start_noflag(skb, OVS_ACTION_ATTR_SAMPLE); in sample_action_to_attr()
3428 start = nla_nest_start_noflag(skb, OVS_ACTION_ATTR_CLONE); in clone_action_to_attr()
3469 ac_start = nla_nest_start_noflag(skb, in check_pkt_len_action_to_attr()
3488 ac_start = nla_nest_start_noflag(skb, in check_pkt_len_action_to_attr()
3565 start = nla_nest_start_noflag(skb, OVS_ACTION_ATTR_SET); in set_action_to_attr()
[all …]
A Dvport-vxlan.c33 exts = nla_nest_start_noflag(skb, OVS_TUNNEL_ATTR_EXTENSION); in vxlan_get_options()
/linux/net/8021q/
A Dvlan_netlink.c232 nest = nla_nest_start_noflag(skb, IFLA_VLAN_INGRESS_QOS); in vlan_fill_info()
250 nest = nla_nest_start_noflag(skb, IFLA_VLAN_EGRESS_QOS); in vlan_fill_info()
/linux/drivers/net/bonding/
A Dbond_netlink.c570 targets = nla_nest_start_noflag(skb, IFLA_BOND_ARP_IP_TARGET); in bond_fill_info()
672 nest = nla_nest_start_noflag(skb, IFLA_BOND_AD_INFO); in bond_fill_info()
739 nest = nla_nest_start_noflag(skb, LINK_XSTATS_TYPE_BOND); in bond_fill_linkxstats()
750 nest2 = nla_nest_start_noflag(skb, BOND_XSTATS_3AD); in bond_fill_linkxstats()
/linux/net/sched/
A Dact_tunnel_key.c574 start = nla_nest_start_noflag(skb, TCA_TUNNEL_KEY_ENC_OPTS_GENEVE); in tunnel_key_geneve_opts_dump()
605 start = nla_nest_start_noflag(skb, TCA_TUNNEL_KEY_ENC_OPTS_VXLAN); in tunnel_key_vxlan_opts_dump()
624 start = nla_nest_start_noflag(skb, TCA_TUNNEL_KEY_ENC_OPTS_ERSPAN); in tunnel_key_erspan_opts_dump()
658 start = nla_nest_start_noflag(skb, TCA_TUNNEL_KEY_ENC_OPTS); in tunnel_key_opts_dump()
A Dematch.c442 top_start = nla_nest_start_noflag(skb, tlv); in tcf_em_tree_dump()
449 list_start = nla_nest_start_noflag(skb, TCA_EMATCH_TREE_LIST); in tcf_em_tree_dump()
A Dact_api.c303 nest = nla_nest_start_noflag(skb, n_i); in tcf_dump_walker()
363 nest = nla_nest_start_noflag(skb, 0); in tcf_del_walker()
843 nest = nla_nest_start_noflag(skb, TCA_OPTIONS); in tcf_action_dump_1()
867 nest = nla_nest_start_noflag(skb, i + 1); in tcf_action_dump()
1212 nest = nla_nest_start_noflag(skb, TCA_ACT_TAB); in tca_get_fill()
1338 nest = nla_nest_start_noflag(skb, TCA_ACT_TAB); in tca_action_flush()
1668 nest = nla_nest_start_noflag(skb, TCA_ACT_TAB); in tc_dump_action()
A Dsch_gred.c785 opts = nla_nest_start_noflag(skb, TCA_OPTIONS); in gred_dump()
803 parms = nla_nest_start_noflag(skb, TCA_GRED_PARMS); in gred_dump()
854 vqs = nla_nest_start_noflag(skb, TCA_GRED_VQ_LIST); in gred_dump()
865 vq = nla_nest_start_noflag(skb, TCA_GRED_VQ_ENTRY); in gred_dump()
/linux/net/netlink/
A Dgenetlink.c833 nla_ops = nla_nest_start_noflag(skb, CTRL_ATTR_OPS); in ctrl_fill_info()
851 nest = nla_nest_start_noflag(skb, i + 1); in ctrl_fill_info()
869 nla_grps = nla_nest_start_noflag(skb, CTRL_ATTR_MCAST_GROUPS); in ctrl_fill_info()
879 nest = nla_nest_start_noflag(skb, i + 1); in ctrl_fill_info()
919 nla_grps = nla_nest_start_noflag(skb, CTRL_ATTR_MCAST_GROUPS); in ctrl_fill_mcgrp_info()
923 nest = nla_nest_start_noflag(skb, 1); in ctrl_fill_mcgrp_info()
/linux/net/mptcp/
A Ddiag.c23 start = nla_nest_start_noflag(skb, INET_ULP_INFO_MPTCP); in subflow_get_info()
/linux/net/core/
A Drtnetlink.c669 data = nla_nest_start_noflag(skb, IFLA_INFO_DATA); in rtnl_link_info_fill()
751 mx = nla_nest_start_noflag(skb, RTA_METRICS); in rtnetlink_put_metrics()
1070 vf_port = nla_nest_start_noflag(skb, IFLA_VF_PORT); in rtnl_vf_ports_fill()
1284 vf = nla_nest_start_noflag(skb, IFLA_VF_INFO); in rtnl_fill_vfinfo()
1461 xdp = nla_nest_start_noflag(skb, IFLA_XDP); in rtnl_xdp_fill()
1593 af_spec = nla_nest_start_noflag(skb, IFLA_AF_SPEC); in rtnl_fill_link_af()
1604 af = nla_nest_start_noflag(skb, af_ops->family); in rtnl_fill_link_af()
5153 attr = nla_nest_start_noflag(skb, in rtnl_fill_statsinfo()
5176 attr = nla_nest_start_noflag(skb, in rtnl_fill_statsinfo()
5192 attr = nla_nest_start_noflag(skb, in rtnl_fill_statsinfo()
[all …]
A Ddevlink.c2929 matches_attr = nla_nest_start_noflag(skb, in devlink_dpipe_matches_put()
2977 actions_attr = nla_nest_start_noflag(skb, in devlink_dpipe_actions_put()
3181 action_attr = nla_nest_start_noflag(skb, in devlink_dpipe_action_values_put()
3218 match_attr = nla_nest_start_noflag(skb, in devlink_dpipe_match_values_put()
3252 matches_attr = nla_nest_start_noflag(skb, in devlink_dpipe_entry_put()
3265 actions_attr = nla_nest_start_noflag(skb, in devlink_dpipe_entry_put()
3434 field_attr = nla_nest_start_noflag(skb, in devlink_dpipe_fields_put()
3467 fields_attr = nla_nest_start_noflag(skb, in devlink_dpipe_header_put()
3815 resources_attr = nla_nest_start_noflag(skb, in devlink_resource_fill()
5061 snapshots_attr = nla_nest_start_noflag(msg, in devlink_nl_region_snapshots_id_put()
[all …]
/linux/net/ipv4/
A Dip_tunnel_core.c737 nest = nla_nest_start_noflag(skb, LWTUNNEL_IP_OPTS_GENEVE); in ip_tun_fill_encap_opts_geneve()
764 nest = nla_nest_start_noflag(skb, LWTUNNEL_IP_OPTS_VXLAN); in ip_tun_fill_encap_opts_vxlan()
784 nest = nla_nest_start_noflag(skb, LWTUNNEL_IP_OPTS_ERSPAN); in ip_tun_fill_encap_opts_erspan()
818 nest = nla_nest_start_noflag(skb, type); in ip_tun_fill_encap_opts()

Completed in 108 milliseconds

12345