Searched refs:nla_put_s32 (Results 1 – 10 of 10) sorted by relevance
| /linux-4.4.14/net/ipv4/ |
| D | devinet.c | 1770 if (nla_put_s32(skb, NETCONFA_IFINDEX, ifindex) < 0) in inet_netconf_fill_devconf() 1775 nla_put_s32(skb, NETCONFA_FORWARDING, in inet_netconf_fill_devconf() 1779 nla_put_s32(skb, NETCONFA_RP_FILTER, in inet_netconf_fill_devconf() 1783 nla_put_s32(skb, NETCONFA_MC_FORWARDING, in inet_netconf_fill_devconf() 1787 nla_put_s32(skb, NETCONFA_PROXY_NEIGH, in inet_netconf_fill_devconf() 1791 nla_put_s32(skb, NETCONFA_IGNORE_ROUTES_WITH_LINKDOWN, in inet_netconf_fill_devconf()
|
| D | tcp_metrics.c | 805 if (nla_put_s32(msg, TCP_METRICS_ATTR_TW_TS_STAMP, in tcp_metrics_fill_info()
|
| /linux-4.4.14/net/ieee802154/ |
| D | nl802154.c | 400 if (nla_put_s32(msg, i, caps->cca_ed_levels[i])) in nl802154_put_capabilities() 415 if (nla_put_s32(msg, i, caps->tx_powers[i])) in nl802154_put_capabilities() 504 if (nla_put_s32(msg, NL802154_ATTR_TX_POWER, in nl802154_send_wpan_phy() 510 if (nla_put_s32(msg, NL802154_ATTR_CCA_ED_LEVEL, in nl802154_send_wpan_phy()
|
| D | nl-mac.c | 126 nla_put_s32(msg, IEEE802154_ATTR_CCA_ED_LEVEL, in ieee802154_nl_fill_iface()
|
| /linux-4.4.14/include/net/ |
| D | netlink.h | 911 static inline int nla_put_s32(struct sk_buff *skb, int attrtype, s32 value) in nla_put_s32() function
|
| /linux-4.4.14/net/core/ |
| D | net_namespace.c | 604 if (nla_put_s32(skb, NETNSA_NSID, nsid)) in rtnl_net_fill()
|
| D | rtnetlink.c | 1300 if (nla_put_s32(skb, IFLA_LINK_NETNSID, id)) in rtnl_fill_ifinfo()
|
| /linux-4.4.14/net/ipv6/ |
| D | addrconf.c | 507 if (nla_put_s32(skb, NETCONFA_IFINDEX, ifindex) < 0) in inet6_netconf_fill_devconf() 512 nla_put_s32(skb, NETCONFA_FORWARDING, devconf->forwarding) < 0) in inet6_netconf_fill_devconf() 516 nla_put_s32(skb, NETCONFA_MC_FORWARDING, in inet6_netconf_fill_devconf() 521 nla_put_s32(skb, NETCONFA_PROXY_NEIGH, devconf->proxy_ndp) < 0) in inet6_netconf_fill_devconf() 525 nla_put_s32(skb, NETCONFA_IGNORE_ROUTES_WITH_LINKDOWN, in inet6_netconf_fill_devconf()
|
| /linux-4.4.14/drivers/net/team/ |
| D | team.c | 2285 if (nla_put_s32(skb, TEAM_ATTR_OPTION_DATA, ctx.data.s32_val)) in team_nl_fill_one_option_get()
|
| /linux-4.4.14/drivers/net/ |
| D | vxlan.c | 304 nla_put_s32(skb, NDA_LINK_NETNSID, in vxlan_fdb_info()
|