Searched refs:flag_count (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/net/netfilter/ |
| D | xt_sctp.c | 26 const int flag_count, in match_flags() argument 32 for (i = 0; i < flag_count; i++) in match_flags() 50 int flag_count = info->flag_count; in match_packet() local 79 if (match_flags(flag_info, flag_count, in match_packet() 86 if (match_flags(flag_info, flag_count, in match_packet() 92 if (!match_flags(flag_info, flag_count, in match_packet()
|
| /Linux-v5.4/include/uapi/linux/netfilter/ |
| D | xt_sctp.h | 33 int flag_count; member
|
| /Linux-v5.4/drivers/scsi/ |
| D | dpti.h | 255 u32 flag_count; member
|
| D | dpt_i2o.c | 1728 if (!(sg[i].flag_count & 0x10000000 /*I2O_SGL_FLAGS_SIMPLE_ADDRESS_ELEMENT*/)) { in adpt_i2o_passthru() 1729 printk(KERN_DEBUG"%s:Bad SG element %d - not simple (%x)\n",pHba->name,i, sg[i].flag_count); in adpt_i2o_passthru() 1733 sg_size = sg[i].flag_count & 0xffffff; in adpt_i2o_passthru() 1744 if(sg[i].flag_count & 0x04000000 /*I2O_SGL_FLAGS_DIR*/) { in adpt_i2o_passthru() 1811 if(! (sg[j].flag_count & 0x4000000 /*I2O_SGL_FLAGS_DIR*/)) { in adpt_i2o_passthru() 1812 sg_size = sg[j].flag_count & 0xffffff; in adpt_i2o_passthru() 1844 sg[sg_index].flag_count & 0xffffff, in adpt_i2o_passthru()
|