Lines Matching full:netlink

47 #include <net/netlink.h>
97 * iwpm_get_nlmsg_request - Allocate and initialize netlink message request
98 * @nlmsg_seq: Sequence number of the netlink message
99 * @nl_client: The index of the netlink client
102 * Returns the newly allocated netlink request object if successful,
109 * iwpm_free_nlmsg_request - Deallocate netlink message request
110 * @kref: Holds reference of netlink message request
115 * iwpm_find_nlmsg_request - Find netlink message request in the request list
116 * @echo_seq: Sequence number of the netlink request to find
118 * Returns the found netlink message request,
124 * iwpm_wait_complete_req - Block while servicing the netlink request
125 * @nlmsg_request: Netlink message request to service
133 * iwpm_get_nlmsg_seq - Get the sequence number for a netlink
136 * Returns the sequence number for the netlink message.
150 * @nl_client: The index of the netlink client
161 * @nl_client: The index of the netlink client
168 * @nl_client: The index of the netlink client
177 * @nl_client: The index of the netlink client
204 * iwpm_validate_nlmsg_attr - Check for NULL netlink attributes
205 * @nltb: Holds address of each netlink message attributes
206 * @nla_count: Number of netlink message attributes
222 * iwpm_create_nlmsg - Allocate skb and form a netlink message
223 * @nl_op: Netlink message opcode
224 * @nlh: Holds address of the netlink message header in skb
225 * @nl_client: The index of the netlink client
234 * iwpm_parse_nlmsg - Validate and parse the received netlink message
235 * @cb: Netlink callback structure
239 * @msg_type: Type of netlink message
257 * @nl_client: The index of the netlink client