Lines Matching full:netlink
3 * NETLINK Netlink attributes
17 #include <net/netlink.h>
214 pr_warn_ratelimited("netlink: '%s': attribute type %d has an invalid length.\n", in nla_validate_range_unsigned()
414 pr_warn_ratelimited("netlink: '%s': attribute type %d has an invalid length.\n", in validate_nla()
647 pr_warn_ratelimited("netlink: %d bytes leftover after parsing attributes in process `%s'.\n", in __nla_validate_parse()
688 * to allocated Netlink buffers roughly the size of the actual
826 * nla_memcpy - Copy a netlink attribute into another memory area
828 * @src: netlink attribute to copy from
850 * @nla: netlink attribute
868 * @nla: netlink string attribute
896 * Adds a netlink attribute header to a socket buffer and reserves
923 * Adds a netlink attribute header to a socket buffer and reserves
961 * Adds a netlink attribute header to a socket buffer and reserves
983 * Adds a netlink attribute header to a socket buffer and reserves
1026 * __nla_put - Add a netlink attribute to a socket buffer
1046 * __nla_put_64bit - Add a netlink attribute to a socket buffer and align it
1067 * __nla_put_nohdr - Add a netlink attribute without header
1085 * nla_put - Add a netlink attribute to a socket buffer
1105 * nla_put_64bit - Add a netlink attribute to a socket buffer and align it
1133 * nla_put_nohdr - Add a netlink attribute without header
1152 * nla_append - Add a netlink attribute without header or padding