Lines Matching refs:flags
1537 if ((put->flags & DPIF_FP_CREATE) == 0) {
1605 if ((put->flags & DPIF_FP_MODIFY) && check_flow_equal) {
1620 } else if (put->flags & DPIF_FP_CREATE) {
1653 * put->flags, we should zero out the statistics of the
2470 int fd, flags, onoff = 1;
2534 if (((flags = fcntl(fd, F_GETFL, 0)) == -1) ||
2535 (fcntl(fd, F_SETFL, flags | O_NONBLOCK) == -1)) {
2630 int error, flags;
2646 if (((flags = fcntl(fds[0], F_GETFL, 0)) == -1) ||
2647 (fcntl(fds[0], F_SETFL, flags | O_NONBLOCK) == -1)) {
2653 if (((flags = fcntl(fds[1], F_GETFL, 0)) == -1) ||
2654 (fcntl(fds[1], F_SETFL, flags | O_NONBLOCK) == -1)) {
2882 tun->flags |= FLOW_TNL_F_KEY;
2890 tun->flags |= FLOW_TNL_F_DONT_FRAGMENT;