/openbmc/linux/net/sched/ |
H A D | act_gate.c | 490 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 D | sch_taprio.c | 2410 nla_put_s32(skb, TCA_TAPRIO_ATTR_SCHED_CLOCKID, q->clockid)) in taprio_dump()
|
H A D | sch_cake.c | 3038 if (nla_put_s32(d->skb, TCA_CAKE_STATS_ ## attr, data)) \ in cake_dump_class_stats()
|
/openbmc/linux/net/ipv4/ |
H A D | devinet.c | 1708 nla_put_s32(skb, IFA_TARGET_NETNSID, args->netnsid)) in inet_fill_ifaddr() 2104 if (nla_put_s32(skb, NETCONFA_IFINDEX, ifindex) < 0) in inet_netconf_fill_devconf() 2111 nla_put_s32(skb, NETCONFA_FORWARDING, in inet_netconf_fill_devconf() 2115 nla_put_s32(skb, NETCONFA_RP_FILTER, in inet_netconf_fill_devconf() 2119 nla_put_s32(skb, NETCONFA_MC_FORWARDING, in inet_netconf_fill_devconf() 2123 nla_put_s32(skb, NETCONFA_BC_FORWARDING, in inet_netconf_fill_devconf() 2127 nla_put_s32(skb, NETCONFA_PROXY_NEIGH, in inet_netconf_fill_devconf() 2131 nla_put_s32(skb, NETCONFA_IGNORE_ROUTES_WITH_LINKDOWN, in inet_netconf_fill_devconf()
|
H A D | fou_core.c | 790 nla_put_s32(msg, FOU_ATTR_IFINDEX, sk->sk_bound_dev_if)) in fou_fill_info()
|
H A D | ipmr.c | 2769 nla_put_s32(skb, IPMRA_TABLE_MROUTE_REG_VIF_NUM, in ipmr_fill_table()
|
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7615/ |
H A D | testmode.c | 334 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 D | net_namespace.c | 883 if (nla_put_s32(skb, NETNSA_NSID, args->nsid)) in rtnl_net_fill() 887 nla_put_s32(skb, NETNSA_CURRENT_NSID, args->ref_nsid)) in rtnl_net_fill()
|
H A D | rtnetlink.c | 1666 if (nla_put_s32(skb, IFLA_LINK_NETNSID, id)) in rtnl_fill_link_netnsid() 1830 if (tgt_netnsid >= 0 && nla_put_s32(skb, IFLA_TARGET_NETNSID, tgt_netnsid)) in rtnl_fill_ifinfo() 1917 nla_put_s32(skb, IFLA_NEW_NETNSID, *new_nsid) < 0) in rtnl_fill_ifinfo() 1920 nla_put_s32(skb, IFLA_NEW_IFINDEX, new_ifindex) < 0) in rtnl_fill_ifinfo()
|
/openbmc/linux/net/ieee802154/ |
H A D | nl802154.c | 397 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 D | nl-mac.c | 120 nla_put_s32(msg, IEEE802154_ATTR_CCA_ED_LEVEL, in ieee802154_nl_fill_iface()
|
/openbmc/linux/net/ipv6/ila/ |
H A D | ila_xlat.c | 437 nla_put_s32(msg, ILA_ATTR_IFINDEX, ila->xp.ifindex) || in ila_fill_info()
|
/openbmc/linux/net/ipv6/ |
H A D | addrconf.c | 543 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() 5102 nla_put_s32(skb, IFA_TARGET_NETNSID, args->netnsid)) in inet6_fill_ifaddr() 5175 nla_put_s32(skb, IFA_TARGET_NETNSID, args->netnsid)) { in inet6_fill_ifmcaddr() 5209 nla_put_s32(skb, IFA_TARGET_NETNSID, args->netnsid)) { in inet6_fill_ifacaddr()
|
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7915/ |
H A D | testmode.c | 735 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 D | bond_netlink.c | 57 if (nla_put_s32(skb, IFLA_BOND_SLAVE_PRIO, slave->prio)) in bond_fill_slave_info()
|
/openbmc/linux/include/net/ |
H A D | netlink.h | 1492 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 D | af_mpls.c | 1152 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 D | pm_netlink.c | 1827 nla_put_s32(skb, MPTCP_PM_ADDR_ATTR_IF_IDX, entry->ifindex)) in mptcp_nl_fill_addr() 2205 nla_put_s32(skb, MPTCP_ATTR_IF_IDX, ssk->sk_bound_dev_if)) in mptcp_event_sub_established()
|
/openbmc/linux/drivers/net/ |
H A D | macvlan.c | 1726 nla_put_s32(skb, IFLA_MACVLAN_BC_CUTOFF, port->bc_cutoff)) in macvlan_fill_info()
|
/openbmc/linux/net/openvswitch/ |
H A D | datapath.c | 2128 if (nla_put_s32(skb, OVS_VPORT_ATTR_NETNSID, id)) in ovs_vport_cmd_fill_info()
|
/openbmc/linux/drivers/net/team/ |
H A D | team.c | 2415 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 D | vxlan_core.c | 199 nla_put_s32(skb, NDA_LINK_NETNSID, in vxlan_fdb_info()
|
/openbmc/linux/net/wireless/ |
H A D | nl80211.c | 8232 nla_put_s32(msg, NL80211_MESHCONF_RSSI_THRESHOLD, in nl80211_get_mesh_config() 19213 if (rssi_level && nla_put_s32(msg, NL80211_ATTR_CQM_RSSI_LEVEL, in cfg80211_cqm_rssi_notify_work() 19702 (is_valid_ack_signal && nla_put_s32(msg, NL80211_ATTR_ACK_SIGNAL, in cfg80211_probe_status()
|