Searched refs:ifi (Results 1 - 4 of 4) sorted by relevance

/linux-master/io_uring/
H A Dopenclose.c265 struct io_fixed_install *ifi; local
285 ifi = io_kiocb_to_cmd(req, struct io_fixed_install);
286 ifi->o_flags = O_CLOEXEC;
288 ifi->o_flags = 0;
295 struct io_fixed_install *ifi; local
298 ifi = io_kiocb_to_cmd(req, struct io_fixed_install);
299 ret = receive_fd(req->file, NULL, ifi->o_flags);
/linux-master/tools/bpf/bpftool/
H A Dnet.c328 struct ifinfomsg *ifi = NLMSG_DATA(nlh); local
331 len = nlh->nlmsg_len - NLMSG_LENGTH(sizeof(*ifi));
332 attr = (struct nlattr *) ((void *) ifi + NLMSG_ALIGN(sizeof(*ifi)));
336 return dump_link_nlmsg(cookie, ifi, tb);
/linux-master/tools/lib/bpf/
H A Dnetlink.c348 struct ifinfomsg *ifi = NLMSG_DATA(nlh); local
351 len = nlh->nlmsg_len - NLMSG_LENGTH(sizeof(*ifi));
352 attr = (struct nlattr *) ((void *) ifi + NLMSG_ALIGN(sizeof(*ifi)));
357 return dump_link_nlmsg(cookie, ifi, tb);
/linux-master/net/caif/
H A Dcfcnfg.c169 static int cfcnfg_get_id_from_ifi(struct cfcnfg *cnfg, int ifi) argument
174 if (phy->ifindex == ifi && phy->up)

Completed in 150 milliseconds