Searched refs:flag_count (Results 1 - 6 of 6) sorted by relevance

/linux-4.1.27/net/netfilter/
H A Dxt_sctp.c25 const int flag_count, match_flags()
31 for (i = 0; i < flag_count; i++) match_flags()
49 int flag_count = info->flag_count; match_packet() local
78 if (match_flags(flag_info, flag_count, match_packet()
85 if (match_flags(flag_info, flag_count, match_packet()
91 if (!match_flags(flag_info, flag_count, match_packet()
24 match_flags(const struct xt_sctp_flag_info *flag_info, const int flag_count, u_int8_t chunktype, u_int8_t chunkflags) match_flags() argument
/linux-4.1.27/include/uapi/linux/netfilter/
H A Dxt_sctp.h32 int flag_count; member in struct:xt_sctp_info
/linux-4.1.27/drivers/staging/i2o/
H A Di2o_config.c51 u32 flag_count; member in struct:sg_simple_element
626 if (!(sg[i].flag_count & 0x10000000 i2o_cfg_passthru32()
630 c->name, i, sg[i].flag_count); i2o_cfg_passthru32()
634 sg_size = sg[i].flag_count & 0xffffff; i2o_cfg_passthru32()
647 flag_count & 0x04000000 /*I2O_SGL_FLAGS_DIR */ ) { i2o_cfg_passthru32()
708 flag_count & 0x4000000 /*I2O_SGL_FLAGS_DIR */ )) { i2o_cfg_passthru32()
709 sg_size = sg[j].flag_count & 0xffffff; i2o_cfg_passthru32()
868 if (!(sg[i].flag_count & 0x10000000 i2o_cfg_passthru()
872 c->name, i, sg[i].flag_count); i2o_cfg_passthru()
876 sg_size = sg[i].flag_count & 0xffffff; i2o_cfg_passthru()
889 flag_count & 0x04000000 /*I2O_SGL_FLAGS_DIR */ ) { i2o_cfg_passthru()
948 flag_count & 0x4000000 /*I2O_SGL_FLAGS_DIR */ )) { i2o_cfg_passthru()
949 sg_size = sg[j].flag_count & 0xffffff; i2o_cfg_passthru()
/linux-4.1.27/drivers/scsi/
H A Ddpti.h259 u32 flag_count; member in struct:sg_simple_element
H A Ddpt_i2o.c1771 if (!(sg[i].flag_count & 0x10000000 /*I2O_SGL_FLAGS_SIMPLE_ADDRESS_ELEMENT*/)) { adpt_i2o_passthru()
1772 printk(KERN_DEBUG"%s:Bad SG element %d - not simple (%x)\n",pHba->name,i, sg[i].flag_count); adpt_i2o_passthru()
1776 sg_size = sg[i].flag_count & 0xffffff; adpt_i2o_passthru()
1787 if(sg[i].flag_count & 0x04000000 /*I2O_SGL_FLAGS_DIR*/) { adpt_i2o_passthru()
1854 if(! (sg[j].flag_count & 0x4000000 /*I2O_SGL_FLAGS_DIR*/)) { adpt_i2o_passthru()
1855 sg_size = sg[j].flag_count & 0xffffff; adpt_i2o_passthru()
1888 sg[sg_index].flag_count & 0xffffff, adpt_i2o_passthru()
/linux-4.1.27/drivers/hv/
H A Dhyperv_vmbus.h145 u16 flag_count; member in struct:hv_port_info::__anon4677::__anon4679

Completed in 172 milliseconds