Searched refs:check_set (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/uapi/linux/netfilter/
H A Dxt_recent.h31 __u8 check_set; member in struct:xt_recent_mtinfo
40 __u8 check_set; member in struct:xt_recent_mtinfo_v1
/linux-master/net/netfilter/
H A Dxt_recent.c282 (info->check_set & XT_RECENT_TTL) ? ttl : 0);
284 if (!(info->check_set & XT_RECENT_SET))
293 if (info->check_set & XT_RECENT_SET)
295 else if (info->check_set & XT_RECENT_REMOVE) {
298 } else if (info->check_set & (XT_RECENT_CHECK | XT_RECENT_UPDATE)) {
312 if (info->check_set & XT_RECENT_REAP)
314 info->check_set & XT_RECENT_UPDATE && ret);
317 if (info->check_set & XT_RECENT_SET ||
318 (info->check_set & XT_RECENT_UPDATE && ret)) {
348 if (info->check_set
[all...]
/linux-master/drivers/scsi/
H A Dscsi_sysfs.c116 static int check_set(unsigned long long *val, char *src) function
142 if (check_set(&channel, s1))
144 if (check_set(&id, s2))
146 if (check_set(&lun, s3))

Completed in 130 milliseconds