Searched refs:nla_put_s32 (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/net/ipv4/ |
D | devinet.c | 1763 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()
|
D | tcp_metrics.c | 821 if (nla_put_s32(msg, TCP_METRICS_ATTR_TW_TS_STAMP, in tcp_metrics_fill_info()
|
/linux-4.1.27/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.1.27/net/core/ |
D | net_namespace.c | 564 if (nla_put_s32(skb, NETNSA_NSID, id)) in rtnl_net_fill()
|
D | rtnetlink.c | 1209 if (nla_put_s32(skb, IFLA_LINK_NETNSID, id)) in rtnl_fill_ifinfo()
|
/linux-4.1.27/net/ipv6/ |
D | addrconf.c | 499 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/ |
D | nl-mac.c | 124 nla_put_s32(msg, IEEE802154_ATTR_CCA_ED_LEVEL, in ieee802154_nl_fill_iface()
|
/linux-4.1.27/drivers/net/team/ |
D | team.c | 2276 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/ |
D | vxlan.c | 338 nla_put_s32(skb, NDA_LINK_NETNSID, in vxlan_fdb_info()
|