Home
last modified time | relevance | path

Searched refs:flag_count (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/net/netfilter/
Dxt_sctp.c25 const int flag_count, in match_flags() argument
31 for (i = 0; i < flag_count; i++) in match_flags()
49 int flag_count = info->flag_count; in match_packet() local
78 if (match_flags(flag_info, flag_count, in match_packet()
85 if (match_flags(flag_info, flag_count, in match_packet()
91 if (!match_flags(flag_info, flag_count, in match_packet()
/linux-4.4.14/include/uapi/linux/netfilter/
Dxt_sctp.h32 int flag_count; member
/linux-4.4.14/drivers/scsi/
Ddpti.h259 u32 flag_count; member
Ddpt_i2o.c1771 if (!(sg[i].flag_count & 0x10000000 /*I2O_SGL_FLAGS_SIMPLE_ADDRESS_ELEMENT*/)) { in adpt_i2o_passthru()
1772 printk(KERN_DEBUG"%s:Bad SG element %d - not simple (%x)\n",pHba->name,i, sg[i].flag_count); in adpt_i2o_passthru()
1776 sg_size = sg[i].flag_count & 0xffffff; in adpt_i2o_passthru()
1787 if(sg[i].flag_count & 0x04000000 /*I2O_SGL_FLAGS_DIR*/) { in adpt_i2o_passthru()
1854 if(! (sg[j].flag_count & 0x4000000 /*I2O_SGL_FLAGS_DIR*/)) { in adpt_i2o_passthru()
1855 sg_size = sg[j].flag_count & 0xffffff; in adpt_i2o_passthru()
1888 sg[sg_index].flag_count & 0xffffff, in adpt_i2o_passthru()
/linux-4.4.14/drivers/hv/
Dhyperv_vmbus.h140 u16 flag_count; member