Home
last modified time | relevance | path

Searched refs:synonly (Results 1 – 2 of 2) sorted by relevance

/src/sys/dev/cxgbe/
H A Dt4_filter.c432 if (fs->val.synonly || fs->mask.synonly) in check_fspec_against_fconf_iconf()
475 fs->val.synonly || fs->mask.synonly || in check_fspec_against_fconf_iconf()
1013 if (tp->synonly_shift >= 0 && fs->mask.synonly) { in hashfilter_ntuple()
1014 *ftuple |= SFF(fs->val.synonly, tp->synonly_shift); in hashfilter_ntuple()
1022 if (fs->mask.ipsecidx || fs->mask.roce || fs->mask.synonly || in hashfilter_ntuple()
H A Dt4_ioctl.h208 uint32_t synonly:1; member