Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt76/mt7615/
H A Dtestmode.c338 if (nla_put_s32(msg, MT76_TM_RX_ATTR_FREQ_OFFSET, dev->test.last_freq_offset) || in mt7615_tm_dump_stats()
339 nla_put_s32(msg, MT76_TM_RX_ATTR_IB_RSSI, dev->test.last_ib_rssi) || in mt7615_tm_dump_stats()
340 nla_put_s32(msg, MT76_TM_RX_ATTR_WB_RSSI, dev->test.last_wb_rssi)) in mt7615_tm_dump_stats()
/OK3568_Linux_fs/kernel/net/sched/
H A Dact_gate.c487 if (nla_put_s32(skb, TCA_GATE_ENTRY_MAX_OCTETS, entry->maxoctets)) in dumping_entry()
490 if (nla_put_s32(skb, TCA_GATE_ENTRY_IPV, entry->ipv)) in dumping_entry()
535 if (nla_put_s32(skb, TCA_GATE_CLOCKID, p->tcfg_clockid)) in tcf_gate_dump()
541 if (nla_put_s32(skb, TCA_GATE_PRIORITY, p->tcfg_priority)) in tcf_gate_dump()
H A Dsch_taprio.c1864 nla_put_s32(skb, TCA_TAPRIO_ATTR_SCHED_CLOCKID, q->clockid)) in taprio_dump()
H A Dsch_cake.c3027 if (nla_put_s32(d->skb, TCA_CAKE_STATS_ ## attr, data)) \ in cake_dump_class_stats()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Ddevinet.c1669 nla_put_s32(skb, IFA_TARGET_NETNSID, args->netnsid)) in inet_fill_ifaddr()
2047 if (nla_put_s32(skb, NETCONFA_IFINDEX, ifindex) < 0) in inet_netconf_fill_devconf()
2054 nla_put_s32(skb, NETCONFA_FORWARDING, in inet_netconf_fill_devconf()
2058 nla_put_s32(skb, NETCONFA_RP_FILTER, in inet_netconf_fill_devconf()
2062 nla_put_s32(skb, NETCONFA_MC_FORWARDING, in inet_netconf_fill_devconf()
2066 nla_put_s32(skb, NETCONFA_BC_FORWARDING, in inet_netconf_fill_devconf()
2070 nla_put_s32(skb, NETCONFA_PROXY_NEIGH, in inet_netconf_fill_devconf()
2074 nla_put_s32(skb, NETCONFA_IGNORE_ROUTES_WITH_LINKDOWN, in inet_netconf_fill_devconf()
H A Dfou.c797 nla_put_s32(msg, FOU_ATTR_IFINDEX, sk->sk_bound_dev_if)) in fou_fill_info()
H A Dipmr.c2739 nla_put_s32(skb, IPMRA_TABLE_MROUTE_REG_VIF_NUM, in ipmr_fill_table()
/OK3568_Linux_fs/kernel/net/ieee802154/
H A Dnl802154.c378 if (nla_put_s32(msg, i, caps->cca_ed_levels[i])) in nl802154_put_capabilities()
394 if (nla_put_s32(msg, i, caps->tx_powers[i])) in nl802154_put_capabilities()
483 if (nla_put_s32(msg, NL802154_ATTR_TX_POWER, in nl802154_send_wpan_phy()
489 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()
/OK3568_Linux_fs/kernel/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.c1583 if (nla_put_s32(skb, IFLA_LINK_NETNSID, id)) in rtnl_fill_link_netnsid()
1723 if (tgt_netnsid >= 0 && nla_put_s32(skb, IFLA_TARGET_NETNSID, tgt_netnsid)) in rtnl_fill_ifinfo()
1804 nla_put_s32(skb, IFLA_NEW_NETNSID, *new_nsid) < 0) in rtnl_fill_ifinfo()
1807 nla_put_s32(skb, IFLA_NEW_IFINDEX, new_ifindex) < 0) in rtnl_fill_ifinfo()
/OK3568_Linux_fs/kernel/net/ipv6/ila/
H A Dila_xlat.c432 nla_put_s32(msg, ILA_ATTR_IFINDEX, ila->xp.ifindex) || in ila_fill_info()
/OK3568_Linux_fs/kernel/net/ipv6/
H A Daddrconf.c537 if (nla_put_s32(skb, NETCONFA_IFINDEX, ifindex) < 0) in inet6_netconf_fill_devconf()
544 nla_put_s32(skb, NETCONFA_FORWARDING, devconf->forwarding) < 0) in inet6_netconf_fill_devconf()
548 nla_put_s32(skb, NETCONFA_MC_FORWARDING, in inet6_netconf_fill_devconf()
553 nla_put_s32(skb, NETCONFA_PROXY_NEIGH, devconf->proxy_ndp) < 0) in inet6_netconf_fill_devconf()
557 nla_put_s32(skb, NETCONFA_IGNORE_ROUTES_WITH_LINKDOWN, in inet6_netconf_fill_devconf()
5023 nla_put_s32(skb, IFA_TARGET_NETNSID, args->netnsid)) in inet6_fill_ifaddr()
5092 nla_put_s32(skb, IFA_TARGET_NETNSID, args->netnsid)) { in inet6_fill_ifmcaddr()
5126 nla_put_s32(skb, IFA_TARGET_NETNSID, args->netnsid)) { in inet6_fill_ifacaddr()
/OK3568_Linux_fs/kernel/include/net/
H A Dnetlink.h1446 static inline int nla_put_s32(struct sk_buff *skb, int attrtype, s32 value) in nla_put_s32() function
/OK3568_Linux_fs/kernel/net/mptcp/
H A Dpm_netlink.c877 nla_put_s32(skb, MPTCP_PM_ADDR_ATTR_IF_IDX, entry->addr.ifindex)) in mptcp_nl_fill_addr()
/OK3568_Linux_fs/kernel/net/mpls/
H A Daf_mpls.c1150 if (nla_put_s32(skb, NETCONFA_IFINDEX, mdev->dev->ifindex) < 0) in mpls_netconf_fill_devconf()
1154 nla_put_s32(skb, NETCONFA_INPUT, in mpls_netconf_fill_devconf()
/OK3568_Linux_fs/kernel/net/openvswitch/
H A Ddatapath.c1995 if (nla_put_s32(skb, OVS_VPORT_ATTR_NETNSID, id)) in ovs_vport_cmd_fill_info()
/OK3568_Linux_fs/kernel/drivers/net/team/
H A Dteam.c2393 if (nla_put_s32(skb, TEAM_ATTR_OPTION_DATA, ctx.data.s32_val)) in team_nl_fill_one_option_get()
/OK3568_Linux_fs/kernel/drivers/net/
H A Dvxlan.c305 nla_put_s32(skb, NDA_LINK_NETNSID, in vxlan_fdb_info()
/OK3568_Linux_fs/kernel/net/wireless/
H A Dnl80211.c7168 nla_put_s32(msg, NL80211_MESHCONF_RSSI_THRESHOLD, in nl80211_get_mesh_config()
16908 if (rssi_level && nla_put_s32(msg, NL80211_ATTR_CQM_RSSI_LEVEL, in cfg80211_cqm_rssi_notify()
17313 (is_valid_ack_signal && nla_put_s32(msg, NL80211_ATTR_ACK_SIGNAL, in cfg80211_probe_status()