Home
last modified time | relevance | path

Searched refs:tap_fd_set_steering_ebpf (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/net/
H A Dtap-stub.c89 int tap_fd_set_steering_ebpf(int fd, int prog_fd) in tap_fd_set_steering_ebpf() function
H A Dtap_int.h48 int tap_fd_set_steering_ebpf(int fd, int prog_fd);
H A Dtap-bsd.c254 int tap_fd_set_steering_ebpf(int fd, int prog_fd) in tap_fd_set_steering_ebpf() function
H A Dtap-solaris.c258 int tap_fd_set_steering_ebpf(int fd, int prog_fd) in tap_fd_set_steering_ebpf() function
H A Dtap-linux.c321 int tap_fd_set_steering_ebpf(int fd, int prog_fd) in tap_fd_set_steering_ebpf() function
H A Dtap.c322 return tap_fd_set_steering_ebpf(s->fd, prog_fd) == 0; in tap_set_steering_ebpf()