Lines Matching refs:is_full
2033 bool is_full = false;
2046 is_full = true;
2058 (is_full && gen_spec->rem_port == 0))
2062 spec->type = (is_full ? EFX_FARCH_FILTER_TCP_FULL :
2066 spec->type = (is_full ? EFX_FARCH_FILTER_UDP_FULL :
2078 rhost = is_full ? gen_spec->rem_host[0] : 0;
2079 rport = is_full ? gen_spec->rem_port : 0;
2082 if (!is_full && gen_spec->ip_proto == IPPROTO_UDP) {
2097 is_full = true;
2100 spec->type = (is_full ? EFX_FARCH_FILTER_MAC_FULL :
2102 spec->data[0] = is_full ? ntohs(gen_spec->outer_vid) : 0;
2129 bool is_full = false;
2144 is_full = true;
2155 if (is_full)
2176 (!is_full && gen_spec->ip_proto == IPPROTO_UDP)) {
2188 is_full = true;
2192 if (is_full)