Lines Matching refs:nla_nest_start_noflag
239 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()
577 pg_nest = nla_nest_start_noflag(skb, DCB_ATTR_PG_CFG); in __dcbnl_pg_getcfg()
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()
1112 app = nla_nest_start_noflag(skb, DCB_ATTR_IEEE_APP_TABLE); in dcbnl_ieee_fill()
1180 struct nlattr *pg = nla_nest_start_noflag(skb, i); in dcbnl_cee_pg_fill()
1186 struct nlattr *tc_nest = 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()
1256 struct nlattr *pfc_nest = nla_nest_start_noflag(skb, in dcbnl_cee_fill()
1272 app = nla_nest_start_noflag(skb, DCB_ATTR_CEE_APP_TABLE); in dcbnl_cee_fill()
1278 struct nlattr *app_nest = nla_nest_start_noflag(skb, in dcbnl_cee_fill()
1312 struct nlattr *feat = nla_nest_start_noflag(skb, in dcbnl_cee_fill()
1626 nest = nla_nest_start_noflag(skb, DCB_ATTR_FEATCFG); in dcbnl_getfeatcfg()