Home
last modified time | relevance | path

Searched refs:mt_flags (Results 1 – 4 of 4) sorted by relevance

/linux/net/ipv6/netfilter/
H A Dip6t_srh.c48 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 …]
/linux/include/uapi/linux/netfilter_ipv6/
H A Dip6t_srh.h8 /* Values for "mt_flags" field in struct ip6t_srh */
49 * @mt_flags: match options
59 __u16 mt_flags; member
76 * @mt_flags: match options
92 __u16 mt_flags; member
/linux/drivers/hid/
H A Dhid-multitouch.c133 unsigned int mt_flags; /* flags to pass to input-mt */ member
636 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 …]
H A Dhid-magicmouse.c542 int mt_flags = 0; in magicmouse_setup_input() local
594 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()