Home
last modified time | relevance | path

Searched refs:mt_flags (Results 1 – 2 of 2) 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/drivers/hid/
H A Dhid-magicmouse.c558 int mt_flags = 0; in magicmouse_setup_input() local
610 mt_flags = INPUT_MT_POINTER | INPUT_MT_DROP_UNUSED | in magicmouse_setup_input()
634 error = input_mt_init_slots(input, 16, mt_flags); in magicmouse_setup_input()