Lines Matching full:netlink

52  * iwpm_register_pid - Send a netlink query to userspace
55 * @nl_client: The index of the netlink client
83 err_str = "Unable to allocate netlink request"; in iwpm_register_pid()
113 skb = NULL; /* skb is freed in the netlink send-op handling */ in iwpm_register_pid()
130 * iwpm_add_mapping - Send a netlink add mapping request to
133 * @nl_client: The index of the netlink client
166 err_str = "Unable to allocate netlink request"; in iwpm_add_mapping()
198 skb = NULL; /* skb is freed in the netlink send-op handling */ in iwpm_add_mapping()
218 * @nl_client: The index of the netlink client
251 err_str = "Unable to allocate netlink request"; in iwpm_add_and_query_mapping()
288 skb = NULL; /* skb is freed in the netlink send-op handling */ in iwpm_add_and_query_mapping()
304 * iwpm_remove_mapping - Send a netlink remove mapping request
308 * @nl_client: The index of the netlink client
350 skb = NULL; /* skb is freed in the netlink send-op handling */ in iwpm_remove_mapping()
365 /* netlink attribute policy for the received response to register pid request */
380 * @cb: Contains the received message (payload and netlink header)
441 /* netlink attribute policy for the received response to add mapping request */
455 * @cb: Contains the received message (payload and netlink header)
513 /* netlink attribute policy for the response to add and query mapping request
533 * @cb: Contains the received message (payload and netlink header)
615 * @cb: Contains the received message (payload and netlink header)
678 /* netlink attribute policy for the received request for mapping info */
689 * @cb: Contains the received message (payload and netlink header)
733 /* netlink attribute policy for the received mapping info ack */
744 * @cb: Contains the received message (payload and netlink header)
764 /* netlink attribute policy for the received port mapper error message */
774 * @cb: Contains the received message (payload and netlink header)
810 /* netlink attribute policy for the received hello request */
819 * @cb: Contains the received message (payload and netlink header)