Symbol: nl_helper
sbin/route/route_netlink.c
124
nl_helper_init(struct nl_helper *h)
sbin/route/route_netlink.c
130
nl_helper_free(struct nl_helper *h)
sbin/route/route_netlink.c
146
rtmsg_nl_int(struct nl_helper *h, int cmd, int rtm_flags, int fib, int rtm_addrs,
sbin/route/route_netlink.c
317
struct nl_helper h = {};
sbin/route/route_netlink.c
327
get_ifdata(struct nl_helper *h, uint32_t ifindex, struct snl_parsed_link_simple *link)
sbin/route/route_netlink.c
358
print_getmsg(struct nl_helper *h, struct nlmsghdr *hdr, struct sockaddr *dst)
sbin/route/route_netlink.c
408
print_nhop_getmsg(struct nl_helper *h, struct nlmsghdr *hdr, struct sockaddr *dst)
sbin/route/route_netlink.c
41
struct nl_helper;
sbin/route/route_netlink.c
43
static void print_getmsg(struct nl_helper *h, struct nlmsghdr *hdr,
sbin/route/route_netlink.c
45
static void print_nhop_getmsg(struct nl_helper *h, struct nlmsghdr *hdr,
sbin/route/route_netlink.c
455
print_prefix(struct nl_helper *h, char *buf, int bufsize, struct sockaddr *sa, int plen)
sbin/route/route_netlink.c
47
static void print_nlmsg(struct nl_helper *h, struct nlmsghdr *hdr,
sbin/route/route_netlink.c
49
static void print_nlmsg_route_nhop(struct nl_helper *, struct snl_parsed_route *,
sbin/route/route_netlink.c
533
print_nlmsg_route_nhop(struct nl_helper *h, struct snl_parsed_route *r,
sbin/route/route_netlink.c
573
print_nlmsg_route(struct nl_helper *h, struct nlmsghdr *hdr,
sbin/route/route_netlink.c
640
print_nlmsg_link(struct nl_helper *h, struct nlmsghdr *hdr,
sbin/route/route_netlink.c
664
print_nlmsg_addr(struct nl_helper *h, struct nlmsghdr *hdr,
sbin/route/route_netlink.c
714
print_nlmsg_neigh(struct nl_helper *h, struct nlmsghdr *hdr,
sbin/route/route_netlink.c
773
print_nlmsg_generic(struct nl_helper *h, struct nlmsghdr *hdr, struct snl_msg_info *cinfo)
sbin/route/route_netlink.c
781
print_nlmsg(struct nl_helper *h, struct nlmsghdr *hdr, struct snl_msg_info *cinfo)
sbin/route/route_netlink.c
812
struct nl_helper h;
sbin/route/route_netlink.c
873
flushroute_one(struct nl_helper *h, struct snl_parsed_route *r)
sbin/route/route_netlink.c
925
struct nl_helper h = {};