Searched refs:ifi (Results 1 – 5 of 5) sorted by relevance
/linux/io_uring/ |
H A D | openclose.c | 265 struct io_fixed_install *ifi; in io_install_fixed_fd_prep() local 285 ifi = io_kiocb_to_cmd(req, struct io_fixed_install); in io_install_fixed_fd_prep() 286 ifi->o_flags = O_CLOEXEC; in io_install_fixed_fd_prep() 288 ifi->o_flags = 0; in io_install_fixed_fd_prep() 295 struct io_fixed_install *ifi; in io_install_fixed_fd() local 298 ifi = io_kiocb_to_cmd(req, struct io_fixed_install); in io_install_fixed_fd() 299 ret = receive_fd(req->file, NULL, ifi->o_flags); in io_install_fixed_fd()
|
/linux/Documentation/devicetree/bindings/net/can/ |
H A D | ifi_canfd.txt | 5 - compatible: Should be "ifi,canfd-1.0" 12 compatible = "ifi,canfd-1.0";
|
/linux/tools/bpf/bpftool/ |
H A D | net.c | 332 struct ifinfomsg *ifi = NLMSG_DATA(nlh); in __dump_link_nlmsg() local 335 len = nlh->nlmsg_len - NLMSG_LENGTH(sizeof(*ifi)); in __dump_link_nlmsg() 336 attr = (struct nlattr *) ((void *) ifi + NLMSG_ALIGN(sizeof(*ifi))); in __dump_link_nlmsg() 340 return dump_link_nlmsg(cookie, ifi, tb); in __dump_link_nlmsg()
|
/linux/tools/lib/bpf/ |
H A D | netlink.c | 348 struct ifinfomsg *ifi = NLMSG_DATA(nlh); in __dump_link_nlmsg() local 351 len = nlh->nlmsg_len - NLMSG_LENGTH(sizeof(*ifi)); in __dump_link_nlmsg() 352 attr = (struct nlattr *) ((void *) ifi + NLMSG_ALIGN(sizeof(*ifi))); in __dump_link_nlmsg() 357 return dump_link_nlmsg(cookie, ifi, tb); in __dump_link_nlmsg()
|
/linux/net/caif/ |
H A D | cfcnfg.c | 169 static int cfcnfg_get_id_from_ifi(struct cfcnfg *cnfg, int ifi) in cfcnfg_get_id_from_ifi() argument 174 if (phy->ifindex == ifi && phy->up) in cfcnfg_get_id_from_ifi()
|