HomeSort by relevance Sort by last modified time
    Searched refs:genl_rth (Results 1 - 2 of 2) sorted by null

  /external/iproute2/ip/
ipfou.c 38 static struct rtnl_handle genl_rth = { .fd = -1 }; variable in typeref:struct:rtnl_handle
115 if (rtnl_talk(&genl_rth, &req.n, NULL, 0) < 0)
127 if (rtnl_talk(&genl_rth, &req.n, NULL, 0) < 0)
136 if (rtnl_open_byproto(&genl_rth, 0, NETLINK_GENERIC) < 0) {
141 genl_family = genl_resolve_family(&genl_rth, FOU_GENL_NAME);
ipl2tp.c 89 static struct rtnl_handle genl_rth; variable in typeref:struct:rtnl_handle
122 if (rtnl_talk(&genl_rth, &req.n, NULL, 0) < 0)
135 if (rtnl_talk(&genl_rth, &req.n, NULL, 0) < 0)
169 if (rtnl_talk(&genl_rth, &req.n, NULL, 0) < 0)
182 if (rtnl_talk(&genl_rth, &req.n, NULL, 0) < 0)
374 req.n.nlmsg_seq = genl_rth.dump = ++genl_rth.seq;
381 if (rtnl_send(&genl_rth, &req, req.n.nlmsg_len) < 0)
384 if (rtnl_dump_filter(&genl_rth, session_nlmsg, p) < 0) {
408 req.n.nlmsg_seq = genl_rth.dump = ++genl_rth.seq
    [all...]

Completed in 217 milliseconds