Home | History | Annotate | Download | only in route

Lines Matching refs:netlink

85  * // Build the netlink message and send it to the kernel, the operation will
87 * // netlink message can be built using rtnl_neigh_build_add_request()
108 * // Build the netlink message and send it to the kernel, the operation will
110 * // netlink message can be built using rtnl_neigh_build_delete_request()
138 * // Build the netlink message and send it to the kernel, the operation will
140 * // netlink message can be built using rtnl_neigh_build_change_request()
150 #include <netlink-local.h>
151 #include <netlink/netlink.h>
152 #include <netlink/utils.h>
153 #include <netlink/route/rtnl.h>
154 #include <netlink/route/neighbour.h>
155 #include <netlink/route/link.h>
455 * @arg sk Netlink socket.
536 * Build netlink request message to add a new neighbour
538 * @arg flags additional netlink message flags
541 * Builds a new netlink message requesting a addition of a new
542 * neighbour. The netlink message header isn't fully equipped with
563 * @arg sk Netlink socket.
565 * @arg flags additional netlink message flags
567 * Builds a netlink message by calling rtnl_neigh_build_add_request(),
603 * Build a netlink request message to delete a neighbour
605 * @arg flags additional netlink message flags
608 * Builds a new netlink message requesting a deletion of a neighbour.
609 * The netlink message header isn't fully equipped with all relevant
624 * @arg sk Netlink socket.
626 * @arg flags additional netlink message flags
628 * Builds a netlink message by calling rtnl_neigh_build_delete_request(),