OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vfinfo
(Results
1 - 2
of
2
) sorted by null
/external/iproute2/ip/
ipaddress.c
190
static void print_vfinfo(FILE *fp, struct rtattr *
vfinfo
)
198
if (
vfinfo
->rta_type != IFLA_VF_INFO) {
199
fprintf(stderr, "BUG: rta type is %d\n",
vfinfo
->rta_type);
203
parse_rtattr_nested(vf, IFLA_VF_MAX,
vfinfo
);
iplink.c
184
struct rtattr *
vfinfo
;
local
186
vfinfo
= addattr_nest(&req->n, sizeof(*req), IFLA_VF_INFO);
238
addattr_nest_end(&req->n,
vfinfo
);
Completed in 161 milliseconds