Home
last modified time | relevance | path

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

/linux-4.1.27/net/ipv4/
Ddevinet.c1763 if (nla_put_s32(skb, NETCONFA_IFINDEX, ifindex) < 0) in inet_netconf_fill_devconf()
1768 nla_put_s32(skb, NETCONFA_FORWARDING, in inet_netconf_fill_devconf()
1772 nla_put_s32(skb, NETCONFA_RP_FILTER, in inet_netconf_fill_devconf()
1776 nla_put_s32(skb, NETCONFA_MC_FORWARDING, in inet_netconf_fill_devconf()
1780 nla_put_s32(skb, NETCONFA_PROXY_NEIGH, in inet_netconf_fill_devconf()
Dtcp_metrics.c821 if (nla_put_s32(msg, TCP_METRICS_ATTR_TW_TS_STAMP, in tcp_metrics_fill_info()
/linux-4.1.27/include/net/
Dnetlink.h911 static inline int nla_put_s32(struct sk_buff *skb, int attrtype, s32 value) in nla_put_s32() function
/linux-4.1.27/net/core/
Dnet_namespace.c564 if (nla_put_s32(skb, NETNSA_NSID, id)) in rtnl_net_fill()
Drtnetlink.c1209 if (nla_put_s32(skb, IFLA_LINK_NETNSID, id)) in rtnl_fill_ifinfo()
/linux-4.1.27/net/ipv6/
Daddrconf.c499 if (nla_put_s32(skb, NETCONFA_IFINDEX, ifindex) < 0) in inet6_netconf_fill_devconf()
504 nla_put_s32(skb, NETCONFA_FORWARDING, devconf->forwarding) < 0) in inet6_netconf_fill_devconf()
508 nla_put_s32(skb, NETCONFA_MC_FORWARDING, in inet6_netconf_fill_devconf()
513 nla_put_s32(skb, NETCONFA_PROXY_NEIGH, devconf->proxy_ndp) < 0) in inet6_netconf_fill_devconf()
/linux-4.1.27/net/ieee802154/
Dnl-mac.c124 nla_put_s32(msg, IEEE802154_ATTR_CCA_ED_LEVEL, in ieee802154_nl_fill_iface()
/linux-4.1.27/drivers/net/team/
Dteam.c2276 if (nla_put_s32(skb, TEAM_ATTR_OPTION_DATA, ctx.data.s32_val)) in team_nl_fill_one_option_get()
/linux-4.1.27/drivers/net/
Dvxlan.c338 nla_put_s32(skb, NDA_LINK_NETNSID, in vxlan_fdb_info()