Lines Matching refs:netlink
17 #include <net/netlink.h>
196 pr_warn_ratelimited("netlink: '%s': attribute type %d has an invalid length.\n",
379 pr_warn_ratelimited("netlink: '%s': attribute type %d has an invalid length.\n",
603 pr_warn_ratelimited("netlink: %d bytes leftover after parsing attributes in process `%s'.\n",
770 * nla_memcpy - Copy a netlink attribute into another memory area
772 * @src: netlink attribute to copy from
794 * @nla: netlink attribute
812 * @nla: netlink string attribute
840 * Adds a netlink attribute header to a socket buffer and reserves
867 * Adds a netlink attribute header to a socket buffer and reserves
905 * Adds a netlink attribute header to a socket buffer and reserves
927 * Adds a netlink attribute header to a socket buffer and reserves
970 * __nla_put - Add a netlink attribute to a socket buffer
990 * __nla_put_64bit - Add a netlink attribute to a socket buffer and align it
1011 * __nla_put_nohdr - Add a netlink attribute without header
1029 * nla_put - Add a netlink attribute to a socket buffer
1049 * nla_put_64bit - Add a netlink attribute to a socket buffer and align it
1077 * nla_put_nohdr - Add a netlink attribute without header
1096 * nla_append - Add a netlink attribute without header or padding