• Home
  • Raw
  • Download

Lines Matching full:netlink

6 #include <linux/netlink.h>
11 * Netlink Messages and Attributes Interface (As Seen On TV)
34 * struct nlmsghdr netlink message header
37 * nlmsg_new() create a new netlink message
38 * nlmsg_put() add a netlink message to an skb
40 * nlmsg_end() finalize netlink message
44 * nlmsg_free() free a netlink message
64 * nlmsg_next(nlh, remaining) get next netlink message
68 * nlmsg_validate() validate netlink message incl. attrs
89 * struct nlattr netlink attribute header
150 * nla_next(nla, remaining) get next netlink attribute
446 * struct nl_info - netlink source information
447 * @nlh: Netlink message header of original request
449 * @portid: Netlink PORTID of requesting application
450 * @skip_notify: Skip netlink notifications to user space
462 * enum netlink_validation - netlink message/attribute validation levels
534 * Netlink Messages
538 * nlmsg_msg_size - length of netlink message not including padding
547 * nlmsg_total_size - length of netlink message including padding
566 * @nlh: netlink message header
575 * @nlh: netlink message header
584 * @nlh: netlink message header
596 * @nlh: netlink message header
605 * nlmsg_ok - check if the netlink message fits into the remaining bytes
606 * @nlh: netlink message header
617 * nlmsg_next - next netlink message in message stream
618 * @nlh: netlink message header
621 * Returns the next netlink message in the message stream and
711 * __nlmsg_parse - parse attributes of a netlink message
712 * @nlh: netlink message header
739 * nlmsg_parse - parse attributes of a netlink message
740 * @nlh: netlink message header
758 * nlmsg_parse_deprecated - parse attributes of a netlink message
759 * @nlh: netlink message header
777 * nlmsg_parse_deprecated_strict - parse attributes of a netlink message
778 * @nlh: netlink message header
797 * nlmsg_find_attr - find a specific attribute in a netlink message
798 * @nlh: netlink message header
858 * nlmsg_validate_deprecated - validate a netlink message including attributes
882 * @nlh: netlink message header
894 * @nlh: netlink message header
903 * nlmsg_put - Add a new netlink message to an skb
905 * @portid: netlink PORTID of requesting application
924 * nlmsg_put_answer - Add a new callback based netlink message to an skb
926 * @cb: netlink callback
944 * nlmsg_new - Allocate a new netlink message
957 * nlmsg_end - Finalize a netlink message
959 * @nlh: netlink message header
961 * Corrects the netlink message header to include the appeneded
971 * nlmsg_get_pos - return current position in netlink message
997 * nlmsg_cancel - Cancel construction of a netlink message
999 * @nlh: netlink message header
1001 * Removes the complete netlink message including all
1010 * nlmsg_free - free a netlink message
1011 * @skb: socket buffer of netlink message
1019 * nlmsg_multicast - multicast a netlink message
1020 * @sk: netlink socket to spread messages to
1021 * @skb: netlink message as socket buffer
1022 * @portid: own netlink portid to avoid sending to yourself
1041 * nlmsg_unicast - unicast a netlink message
1042 * @sk: netlink socket to spread message to
1043 * @skb: netlink message as socket buffer
1044 * @portid: netlink portid of the destination socket
1071 * @cb: netlink callback structure that stores the sequence number
1072 * @nlh: netlink message header to write the flag to
1075 * and if it did, advertises it in the netlink message header.
1094 * Netlink Attributes
1126 * @nla: netlink attribute
1135 * @nla: netlink attribute
1144 * @nla: netlink attribute
1152 * nla_ok - check if the netlink attribute fits into the remaining bytes
1153 * @nla: netlink attribute
1164 * nla_next - next netlink attribute in attribute stream
1165 * @nla: netlink attribute
1168 * Returns the next netlink attribute in the attribute stream and
1236 * nla_put_u8 - Add a u8 netlink attribute to a socket buffer
1250 * nla_put_u16 - Add a u16 netlink attribute to a socket buffer
1263 * nla_put_be16 - Add a __be16 netlink attribute to a socket buffer
1276 * nla_put_net16 - Add 16-bit network byte order netlink attribute to a socket buffer
1289 * nla_put_le16 - Add a __le16 netlink attribute to a socket buffer
1302 * nla_put_u32 - Add a u32 netlink attribute to a socket buffer
1315 * nla_put_be32 - Add a __be32 netlink attribute to a socket buffer
1328 * nla_put_net32 - Add 32-bit network byte order netlink attribute to a socket buffer
1341 * nla_put_le32 - Add a __le32 netlink attribute to a socket buffer
1354 * nla_put_u64_64bit - Add a u64 netlink attribute to a skb and align it
1369 * nla_put_be64 - Add a __be64 netlink attribute to a socket buffer and align it
1400 * nla_put_le64 - Add a __le64 netlink attribute to a socket buffer and align it
1415 * nla_put_s8 - Add a s8 netlink attribute to a socket buffer
1428 * nla_put_s16 - Add a s16 netlink attribute to a socket buffer
1441 * nla_put_s32 - Add a s32 netlink attribute to a socket buffer
1454 * nla_put_s64 - Add a s64 netlink attribute to a socket buffer and align it
1469 * nla_put_string - Add a string netlink attribute to a socket buffer
1481 * nla_put_flag - Add a flag netlink attribute to a socket buffer
1491 * nla_put_msecs - Add a msecs netlink attribute to a skb and align it
1506 * nla_put_in_addr - Add an IPv4 address netlink attribute to a socket
1521 * nla_put_in6_addr - Add an IPv6 address netlink attribute to a socket
1534 * nla_put_bitfield32 - Add a bitfield32 netlink attribute to a socket buffer
1550 * @nla: u32 netlink attribute
1559 * @nla: __be32 netlink attribute
1568 * @nla: __le32 netlink attribute
1577 * @nla: u16 netlink attribute
1586 * @nla: __be16 netlink attribute
1595 * @nla: __le16 netlink attribute
1604 * @nla: u8 netlink attribute
1613 * @nla: u64 netlink attribute
1626 * @nla: __be64 netlink attribute
1639 * @nla: __le64 netlink attribute
1648 * @nla: s32 netlink attribute
1657 * @nla: s16 netlink attribute
1666 * @nla: s8 netlink attribute
1675 * @nla: s64 netlink attribute
1688 * @nla: flag netlink attribute
1697 * @nla: msecs netlink attribute
1710 * @nla: IPv4 address netlink attribute
1719 * @nla: IPv6 address netlink attribute
1743 * @src: netlink attribute to duplicate from
1884 * Conditionally emit a padding netlink attribute in order to make