nla_put 250 include/net/netlink.h extern int nla_put(struct sk_buff *skb, int attrtype, nla_put 758 include/net/netlink.h return nla_put(skb, attrtype, sizeof(u8), &value); nla_put 769 include/net/netlink.h return nla_put(skb, attrtype, sizeof(u16), &value); nla_put 780 include/net/netlink.h return nla_put(skb, attrtype, sizeof(u32), &value); nla_put 791 include/net/netlink.h return nla_put(skb, attrtype, sizeof(u64), &value); nla_put 803 include/net/netlink.h return nla_put(skb, attrtype, strlen(str) + 1, str); nla_put 813 include/net/netlink.h return nla_put(skb, attrtype, 0, NULL); nla_put 826 include/net/netlink.h return nla_put(skb, attrtype, sizeof(u64), &tmp); nla_put 831 include/net/netlink.h if (unlikely(nla_put(skb, attrtype, attrlen, data) < 0)) \ nla_put 974 include/net/netlink.h if (nla_put(skb, attrtype, 0, NULL) < 0) nla_put 372 kernel/taskstats.c if (nla_put(skb, type, sizeof(pid), &pid) < 0) nla_put 2052 net/core/neighbour.c nla_put(skb, NDA_LLADDR, neigh->dev->addr_len, neigh->ha) < 0) { nla_put 521 net/core/rtnetlink.c return nla_put(skb, RTA_CACHEINFO, sizeof(ci), &ci); nla_put 321 net/ipv4/tcp_illinois.c nla_put(skb, INET_DIAG_VEGASINFO, sizeof(info), &info); nla_put 353 net/ipv4/tcp_vegas.c nla_put(skb, INET_DIAG_VEGASINFO, sizeof(info), &info); nla_put 270 net/ipv4/tcp_westwood.c nla_put(skb, INET_DIAG_VEGASINFO, sizeof(info), &info); nla_put 3357 net/ipv6/addrconf.c return nla_put(skb, IFA_CACHEINFO, sizeof(ci), &ci); nla_put 3406 net/ipv6/addrconf.c if (nla_put(skb, IFA_ADDRESS, 16, &ifa->addr) < 0 || nla_put 3430 net/ipv6/addrconf.c if (nla_put(skb, IFA_MULTICAST, 16, &ifmca->mca_addr) < 0 || nla_put 3455 net/ipv6/addrconf.c if (nla_put(skb, IFA_ANYCAST, 16, &ifaca->aca_addr) < 0 || nla_put 493 net/ipv6/addrlabel.c if (nla_put(skb, IFAL_ADDRESS, 16, &p->prefix) < 0 || nla_put 299 net/netlabel/netlabel_mgmt.c ret_val = nla_put(skb, NLBL_MGMT_A_IPV4ADDR, nla_put 305 net/netlabel/netlabel_mgmt.c ret_val = nla_put(skb, NLBL_MGMT_A_IPV4MASK, nla_put 335 net/netlabel/netlabel_mgmt.c ret_val = nla_put(skb, NLBL_MGMT_A_IPV6ADDR, nla_put 340 net/netlabel/netlabel_mgmt.c ret_val = nla_put(skb, NLBL_MGMT_A_IPV6MASK, nla_put 1194 net/netlabel/netlabel_unlabeled.c ret_val = nla_put(cb_arg->skb, nla_put 1202 net/netlabel/netlabel_unlabeled.c ret_val = nla_put(cb_arg->skb, nla_put 1211 net/netlabel/netlabel_unlabeled.c ret_val = nla_put(cb_arg->skb, nla_put 1218 net/netlabel/netlabel_unlabeled.c ret_val = nla_put(cb_arg->skb, nla_put 1231 net/netlabel/netlabel_unlabeled.c ret_val = nla_put(cb_arg->skb, nla_put 1181 net/xfrm/xfrm_user.c return nla_put(skb, XFRMA_TMPL, nla_put 1216 net/xfrm/xfrm_user.c return nla_put(skb, XFRMA_POLICY_TYPE, sizeof(upt), &upt); nla_put 1808 net/xfrm/xfrm_user.c return nla_put(skb, XFRMA_MIGRATE, sizeof(um), &um); nla_put 1821 net/xfrm/xfrm_user.c return nla_put(skb, XFRMA_KMADDRESS, sizeof(uk), &uk);