Home
last modified time | relevance | path

Searched refs:nla_put_s32 (Results 1 – 23 of 23) sorted by relevance

/openbmc/linux/net/sched/
H A Dact_gate.c490 if (nla_put_s32(skb, TCA_GATE_ENTRY_MAX_OCTETS, entry->maxoctets)) in dumping_entry()
493 if (nla_put_s32(skb, TCA_GATE_ENTRY_IPV, entry->ipv)) in dumping_entry()
538 if (nla_put_s32(skb, TCA_GATE_CLOCKID, p->tcfg_clockid)) in tcf_gate_dump()
544 if (nla_put_s32(skb, TCA_GATE_PRIORITY, p->tcfg_priority)) in tcf_gate_dump()
H A Dsch_taprio.c2410 nla_put_s32(skb, TCA_TAPRIO_ATTR_SCHED_CLOCKID, q->clockid)) in taprio_dump()
H A Dsch_cake.c3025 if (nla_put_s32(d->skb, TCA_CAKE_STATS_ ## attr, data)) \ in cake_dump_class_stats()
/openbmc/linux/net/ipv4/
H A Ddevinet.c1694 nla_put_s32(skb, IFA_TARGET_NETNSID, args->netnsid)) in inet_fill_ifaddr()
2090 if (nla_put_s32(skb, NETCONFA_IFINDEX, ifindex) < 0) in inet_netconf_fill_devconf()
2097 nla_put_s32(skb, NETCONFA_FORWARDING, in inet_netconf_fill_devconf()
2101 nla_put_s32(skb, NETCONFA_RP_FILTER, in inet_netconf_fill_devconf()
2105 nla_put_s32(skb, NETCONFA_MC_FORWARDING, in inet_netconf_fill_devconf()
2109 nla_put_s32(skb, NETCONFA_BC_FORWARDING, in inet_netconf_fill_devconf()
2113 nla_put_s32(skb, NETCONFA_PROXY_NEIGH, in inet_netconf_fill_devconf()
2117 nla_put_s32(skb, NETCONFA_IGNORE_ROUTES_WITH_LINKDOWN, in inet_netconf_fill_devconf()
H A Dfou_core.c771 nla_put_s32(msg, FOU_ATTR_IFINDEX, sk->sk_bound_dev_if)) in fou_fill_info()
H A Dipmr.c2755 nla_put_s32(skb, IPMRA_TABLE_MROUTE_REG_VIF_NUM, in ipmr_fill_table()
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7615/
H A Dtestmode.c334 if (nla_put_s32(msg, MT76_TM_RX_ATTR_FREQ_OFFSET, phy->test.last_freq_offset)) in mt7615_tm_dump_stats()
/openbmc/linux/net/core/
H A Dnet_namespace.c846 if (nla_put_s32(skb, NETNSA_NSID, args->nsid)) in rtnl_net_fill()
850 nla_put_s32(skb, NETNSA_CURRENT_NSID, args->ref_nsid)) in rtnl_net_fill()
H A Drtnetlink.c1637 if (nla_put_s32(skb, IFLA_LINK_NETNSID, id)) in rtnl_fill_link_netnsid()
1801 if (tgt_netnsid >= 0 && nla_put_s32(skb, IFLA_TARGET_NETNSID, tgt_netnsid)) in rtnl_fill_ifinfo()
1888 nla_put_s32(skb, IFLA_NEW_NETNSID, *new_nsid) < 0) in rtnl_fill_ifinfo()
1891 nla_put_s32(skb, IFLA_NEW_IFINDEX, new_ifindex) < 0) in rtnl_fill_ifinfo()
/openbmc/linux/net/ipv6/ila/
H A Dila_xlat.c431 nla_put_s32(msg, ILA_ATTR_IFINDEX, ila->xp.ifindex) || in ila_fill_info()
/openbmc/linux/net/ieee802154/
H A Dnl802154.c397 if (nla_put_s32(msg, i, caps->cca_ed_levels[i])) in nl802154_put_capabilities()
413 if (nla_put_s32(msg, i, caps->tx_powers[i])) in nl802154_put_capabilities()
502 if (nla_put_s32(msg, NL802154_ATTR_TX_POWER, in nl802154_send_wpan_phy()
508 if (nla_put_s32(msg, NL802154_ATTR_CCA_ED_LEVEL, in nl802154_send_wpan_phy()
H A Dnl-mac.c120 nla_put_s32(msg, IEEE802154_ATTR_CCA_ED_LEVEL, in ieee802154_nl_fill_iface()
/openbmc/linux/net/ipv6/
H A Daddrconf.c543 if (nla_put_s32(skb, NETCONFA_IFINDEX, ifindex) < 0) in inet6_netconf_fill_devconf()
550 nla_put_s32(skb, NETCONFA_FORWARDING, devconf->forwarding) < 0) in inet6_netconf_fill_devconf()
554 nla_put_s32(skb, NETCONFA_MC_FORWARDING, in inet6_netconf_fill_devconf()
559 nla_put_s32(skb, NETCONFA_PROXY_NEIGH, devconf->proxy_ndp) < 0) in inet6_netconf_fill_devconf()
563 nla_put_s32(skb, NETCONFA_IGNORE_ROUTES_WITH_LINKDOWN, in inet6_netconf_fill_devconf()
5084 nla_put_s32(skb, IFA_TARGET_NETNSID, args->netnsid)) in inet6_fill_ifaddr()
5157 nla_put_s32(skb, IFA_TARGET_NETNSID, args->netnsid)) { in inet6_fill_ifmcaddr()
5191 nla_put_s32(skb, IFA_TARGET_NETNSID, args->netnsid)) { in inet6_fill_ifacaddr()
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dtestmode.c735 if (nla_put_s32(msg, MT76_TM_RX_ATTR_FREQ_OFFSET, phy->test.last_freq_offset)) in mt7915_tm_dump_stats()
/openbmc/linux/drivers/net/bonding/
H A Dbond_netlink.c57 if (nla_put_s32(skb, IFLA_BOND_SLAVE_PRIO, slave->prio)) in bond_fill_slave_info()
/openbmc/linux/include/net/
H A Dnetlink.h1492 static inline int nla_put_s32(struct sk_buff *skb, int attrtype, s32 value) in nla_put_s32() function
/openbmc/linux/net/mpls/
H A Daf_mpls.c1152 if (nla_put_s32(skb, NETCONFA_IFINDEX, mdev->dev->ifindex) < 0) in mpls_netconf_fill_devconf()
1156 nla_put_s32(skb, NETCONFA_INPUT, in mpls_netconf_fill_devconf()
/openbmc/linux/net/mptcp/
H A Dpm_netlink.c1688 nla_put_s32(skb, MPTCP_PM_ADDR_ATTR_IF_IDX, entry->ifindex)) in mptcp_nl_fill_addr()
2063 nla_put_s32(skb, MPTCP_ATTR_IF_IDX, ssk->sk_bound_dev_if)) in mptcp_event_put_token_and_ssk()
/openbmc/linux/drivers/net/
H A Dmacvlan.c1726 nla_put_s32(skb, IFLA_MACVLAN_BC_CUTOFF, port->bc_cutoff)) in macvlan_fill_info()
/openbmc/linux/net/openvswitch/
H A Ddatapath.c2125 if (nla_put_s32(skb, OVS_VPORT_ATTR_NETNSID, id)) in ovs_vport_cmd_fill_info()
/openbmc/linux/drivers/net/team/
H A Dteam.c2407 if (nla_put_s32(skb, TEAM_ATTR_OPTION_DATA, ctx.data.s32_val)) in team_nl_fill_one_option_get()
/openbmc/linux/drivers/net/vxlan/
H A Dvxlan_core.c199 nla_put_s32(skb, NDA_LINK_NETNSID, in vxlan_fdb_info()
/openbmc/linux/net/wireless/
H A Dnl80211.c8202 nla_put_s32(msg, NL80211_MESHCONF_RSSI_THRESHOLD, in nl80211_get_mesh_config()
19173 if (rssi_level && nla_put_s32(msg, NL80211_ATTR_CQM_RSSI_LEVEL, in cfg80211_cqm_rssi_notify_work()
19662 (is_valid_ack_signal && nla_put_s32(msg, NL80211_ATTR_ACK_SIGNAL, in cfg80211_probe_status()