Searched refs:mt_flags (Results 1 – 4 of 4) sorted by relevance
48 if (srhinfo->mt_flags & IP6T_SRH_NEXTHDR) in srh_mt6()54 if (srhinfo->mt_flags & IP6T_SRH_LEN_EQ) in srh_mt6()59 if (srhinfo->mt_flags & IP6T_SRH_LEN_GT) in srh_mt6()64 if (srhinfo->mt_flags & IP6T_SRH_LEN_LT) in srh_mt6()70 if (srhinfo->mt_flags & IP6T_SRH_SEGS_EQ) in srh_mt6()75 if (srhinfo->mt_flags & IP6T_SRH_SEGS_GT) in srh_mt6()80 if (srhinfo->mt_flags & IP6T_SRH_SEGS_LT) in srh_mt6()90 if (srhinfo->mt_flags & IP6T_SRH_LAST_EQ) in srh_mt6()95 if (srhinfo->mt_flags & IP6T_SRH_LAST_GT) in srh_mt6()100 if (srhinfo->mt_flags & IP6T_SRH_LAST_LT) in srh_mt6()[all …]
8 /* Values for "mt_flags" field in struct ip6t_srh */49 * @mt_flags: match options59 __u16 mt_flags; member 76 * @mt_flags: match options92 __u16 mt_flags; member
133 unsigned int mt_flags; /* flags to pass to input-mt */ member636 mt_application->mt_flags |= INPUT_MT_DIRECT; in mt_allocate_application()642 mt_application->mt_flags |= INPUT_MT_POINTER; in mt_allocate_application()801 app->mt_flags |= INPUT_MT_POINTER; in mt_touch_input_mapping()1415 app->mt_flags |= INPUT_MT_DIRECT; in mt_touch_input_configured()1418 app->mt_flags |= INPUT_MT_POINTER; in mt_touch_input_configured()1421 app->mt_flags |= INPUT_MT_TOTAL_FORCE; in mt_touch_input_configured()1424 app->mt_flags |= INPUT_MT_DROP_UNUSED; in mt_touch_input_configured()1427 if ((app->mt_flags & INPUT_MT_POINTER) && in mt_touch_input_configured()1443 ret = input_mt_init_slots(input, td->maxcontacts, app->mt_flags); in mt_touch_input_configured()[all …]
542 int mt_flags = 0; in magicmouse_setup_input() local594 mt_flags = INPUT_MT_POINTER | INPUT_MT_DROP_UNUSED | in magicmouse_setup_input()618 error = input_mt_init_slots(input, 16, mt_flags); in magicmouse_setup_input()