HomeSort by relevance Sort by last modified time
    Searched defs:genl_family (Results 1 - 4 of 4) sorted by null

  /external/iproute2/ip/
ipfou.c 39 static int genl_family = -1; variable
42 GENL_REQUEST(_req, _bufsiz, genl_family, 0, \
135 if (genl_family < 0) {
141 genl_family = genl_resolve_family(&genl_rth, FOU_GENL_NAME);
142 if (genl_family < 0)
tcp_metrics.c 40 static int genl_family = -1; variable
43 GENL_REQUEST(_req, _bufsiz, genl_family, 0, \
102 if (n->nlmsg_type != genl_family)
403 if (genl_family < 0) {
408 genl_family = genl_resolve_family(&grth,
410 if (genl_family < 0)
412 req.n.nlmsg_type = genl_family;
ipl2tp.c 90 static int genl_family = -1; variable
101 GENL_REQUEST(req, 1024, genl_family, 0, L2TP_GENL_VERSION,
130 GENL_REQUEST(req, 128, genl_family, 0, L2TP_GENL_VERSION,
143 GENL_REQUEST(req, 1024, genl_family, 0, L2TP_GENL_VERSION,
177 GENL_REQUEST(req, 1024, genl_family, 0, L2TP_GENL_VERSION,
370 GENL_REQUEST(req, 128, genl_family, 0, L2TP_GENL_VERSION,
404 GENL_REQUEST(req, 1024, genl_family, 0, L2TP_GENL_VERSION,
723 if (genl_family < 0) {
729 genl_family = genl_resolve_family(&genl_rth, L2TP_GENL_NAME);
730 if (genl_family < 0
    [all...]
  /external/libnl/include/
netlink-types.h 705 struct genl_family struct

Completed in 585 milliseconds