Symbol: nla_put_s32
drivers/dpll/dpll_netlink.c
236
if (nla_put_s32(msg, DPLL_A_TEMP, temp))
drivers/dpll/dpll_netlink.c
344
if (nla_put_s32(msg, DPLL_A_PIN_PHASE_ADJUST, phase_adjust))
drivers/dpll/dpll_netlink.c
517
if (nla_put_s32(msg, DPLL_A_PIN_ID, ref_sync_pin->id))
drivers/dpll/dpll_netlink.c
519
if (nla_put_s32(msg, DPLL_A_PIN_STATE, state))
drivers/dpll/dpll_netlink.c
663
if (nla_put_s32(msg, DPLL_A_PIN_PHASE_ADJUST_MIN,
drivers/dpll/dpll_netlink.c
666
if (nla_put_s32(msg, DPLL_A_PIN_PHASE_ADJUST_MAX,
drivers/net/bonding/bond_netlink.c
59
if (nla_put_s32(skb, IFLA_BOND_SLAVE_PRIO, slave->prio))
drivers/net/macvlan.c
1733
nla_put_s32(skb, IFLA_MACVLAN_BC_CUTOFF, port->bc_cutoff))
drivers/net/ovpn/netlink.c
566
if (nla_put_s32(skb, OVPN_A_PEER_SOCKET_NETNSID, id))
drivers/net/team/team_core.c
2393
if (nla_put_s32(skb, TEAM_ATTR_OPTION_DATA, ctx.data.s32_val))
drivers/net/vxlan/vxlan_core.c
205
nla_put_s32(skb, NDA_LINK_NETNSID,
drivers/net/wireless/mediatek/mt76/mt7615/testmode.c
334
if (nla_put_s32(msg, MT76_TM_RX_ATTR_FREQ_OFFSET, phy->test.last_freq_offset))
drivers/net/wireless/mediatek/mt76/mt7915/testmode.c
737
if (nla_put_s32(msg, MT76_TM_RX_ATTR_FREQ_OFFSET, phy->test.last_freq_offset))
include/net/netlink.h
1644
return nla_put_s32(skb, attrtype, tmp32);
net/core/net_namespace.c
946
if (nla_put_s32(skb, NETNSA_NSID, args->nsid))
net/core/net_namespace.c
950
nla_put_s32(skb, NETNSA_CURRENT_NSID, args->ref_nsid))
net/core/netdev-genl.c
198
if (nla_put_s32(rsp, NETDEV_A_NAPI_DEFER_HARD_IRQS,
net/core/rtnetlink.c
1886
if (nla_put_s32(skb, IFLA_LINK_NETNSID, id))
net/core/rtnetlink.c
2074
if (tgt_netnsid >= 0 && nla_put_s32(skb, IFLA_TARGET_NETNSID, tgt_netnsid))
net/core/rtnetlink.c
2173
nla_put_s32(skb, IFLA_NEW_NETNSID, *new_nsid) < 0)
net/core/rtnetlink.c
2176
nla_put_s32(skb, IFLA_NEW_IFINDEX, new_ifindex) < 0)
net/devlink/netlink.c
151
if (nla_put_s32(msg, DEVLINK_ATTR_NETNS_ID, id))
net/handshake/tlshd.c
176
if (nla_put_s32(msg, HANDSHAKE_A_X509_CERT,
net/handshake/tlshd.c
178
nla_put_s32(msg, HANDSHAKE_A_X509_PRIVKEY,
net/handshake/tlshd.c
216
ret = nla_put_s32(msg, HANDSHAKE_A_ACCEPT_SOCKFD, fd);
net/ieee802154/nl-mac.c
120
nla_put_s32(msg, IEEE802154_ATTR_CCA_ED_LEVEL,
net/ieee802154/nl802154.c
397
if (nla_put_s32(msg, i, caps->cca_ed_levels[i]))
net/ieee802154/nl802154.c
413
if (nla_put_s32(msg, i, caps->tx_powers[i]))
net/ieee802154/nl802154.c
502
if (nla_put_s32(msg, NL802154_ATTR_TX_POWER,
net/ieee802154/nl802154.c
508
if (nla_put_s32(msg, NL802154_ATTR_CCA_ED_LEVEL,
net/ipv4/devinet.c
1734
nla_put_s32(skb, IFA_TARGET_NETNSID, args->netnsid))
net/ipv4/devinet.c
2162
if (nla_put_s32(skb, NETCONFA_IFINDEX, ifindex) < 0)
net/ipv4/devinet.c
2169
nla_put_s32(skb, NETCONFA_FORWARDING,
net/ipv4/devinet.c
2173
nla_put_s32(skb, NETCONFA_RP_FILTER,
net/ipv4/devinet.c
2177
nla_put_s32(skb, NETCONFA_MC_FORWARDING,
net/ipv4/devinet.c
2181
nla_put_s32(skb, NETCONFA_BC_FORWARDING,
net/ipv4/devinet.c
2185
nla_put_s32(skb, NETCONFA_PROXY_NEIGH,
net/ipv4/devinet.c
2189
nla_put_s32(skb, NETCONFA_IGNORE_ROUTES_WITH_LINKDOWN,
net/ipv4/fou_core.c
789
nla_put_s32(msg, FOU_ATTR_IFINDEX, sk->sk_bound_dev_if))
net/ipv4/ipmr.c
2903
nla_put_s32(skb, IPMRA_TABLE_MROUTE_REG_VIF_NUM,
net/ipv6/addrconf.c
5152
nla_put_s32(skb, IFA_TARGET_NETNSID, args->netnsid))
net/ipv6/addrconf.c
5229
nla_put_s32(skb, IFA_TARGET_NETNSID, args->netnsid)) {
net/ipv6/addrconf.c
5264
nla_put_s32(skb, IFA_TARGET_NETNSID, args->netnsid)) {
net/ipv6/addrconf.c
551
if (nla_put_s32(skb, NETCONFA_IFINDEX, ifindex) < 0)
net/ipv6/addrconf.c
558
nla_put_s32(skb, NETCONFA_FORWARDING,
net/ipv6/addrconf.c
563
nla_put_s32(skb, NETCONFA_MC_FORWARDING,
net/ipv6/addrconf.c
568
nla_put_s32(skb, NETCONFA_PROXY_NEIGH,
net/ipv6/addrconf.c
573
nla_put_s32(skb, NETCONFA_IGNORE_ROUTES_WITH_LINKDOWN,
net/ipv6/ila/ila_xlat.c
432
nla_put_s32(msg, ILA_ATTR_IFINDEX, ila->xp.ifindex) ||
net/mpls/af_mpls.c
1184
if (nla_put_s32(skb, NETCONFA_IFINDEX, mdev->dev->ifindex) < 0)
net/mpls/af_mpls.c
1188
nla_put_s32(skb, NETCONFA_INPUT,
net/mptcp/pm_netlink.c
150
nla_put_s32(skb, MPTCP_PM_ADDR_ATTR_IF_IDX, entry->ifindex))
net/mptcp/pm_netlink.c
367
nla_put_s32(skb, MPTCP_ATTR_IF_IDX, ssk->sk_bound_dev_if))
net/openvswitch/datapath.c
2154
if (nla_put_s32(skb, OVS_VPORT_ATTR_NETNSID, id))
net/sched/act_gate.c
592
if (nla_put_s32(skb, TCA_GATE_ENTRY_MAX_OCTETS, entry->maxoctets))
net/sched/act_gate.c
595
if (nla_put_s32(skb, TCA_GATE_ENTRY_IPV, entry->ipv))
net/sched/act_gate.c
639
if (nla_put_s32(skb, TCA_GATE_CLOCKID, p->tcfg_clockid))
net/sched/act_gate.c
645
if (nla_put_s32(skb, TCA_GATE_PRIORITY, p->tcfg_priority))
net/sched/sch_cake.c
3157
if (nla_put_s32(d->skb, TCA_CAKE_STATS_ ## attr, data)) \
net/sched/sch_taprio.c
2397
nla_put_s32(skb, TCA_TAPRIO_ATTR_SCHED_CLOCKID, q->clockid))
net/wireless/nl80211.c
20837
if (rssi_level && nla_put_s32(msg, NL80211_ATTR_CQM_RSSI_LEVEL,
net/wireless/nl80211.c
21324
(is_valid_ack_signal && nla_put_s32(msg, NL80211_ATTR_ACK_SIGNAL,
net/wireless/nl80211.c
9526
nla_put_s32(msg, NL80211_MESHCONF_RSSI_THRESHOLD,