Searched refs:flag_info (Results 1 – 12 of 12) sorted by relevance
/linux-6.6.21/net/netfilter/ |
D | xt_sctp.c | 24 match_flags(const struct xt_sctp_flag_info *flag_info, in match_flags() argument 32 if (flag_info[i].chunktype == chunktype) in match_flags() 33 return (chunkflags & flag_info[i].flag_mask) == flag_info[i].flag; in match_flags() 48 const struct xt_sctp_flag_info *flag_info = info->flag_info; 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() 152 if (info->flag_count > ARRAY_SIZE(info->flag_info)) in sctp_mt_check()
|
/linux-6.6.21/arch/powerpc/mm/ptdump/ |
D | ptdump.h | 5 struct flag_info { struct 15 const struct flag_info *flag; argument
|
D | hashpagetable.c | 52 struct flag_info { struct 61 static const struct flag_info v_flag_array[] = { argument 85 static const struct flag_info r_flag_array[] = { 154 static void dump_flag_info(struct pg_state *st, const struct flag_info in dump_flag_info()
|
D | shared.c | 12 static const struct flag_info flag_array[] = {
|
D | 8xx.c | 12 static const struct flag_info flag_array[] = {
|
D | book3s64.c | 12 static const struct flag_info flag_array[] = {
|
D | ptdump.c | 138 static void dump_flag_info(struct pg_state *st, const struct flag_info in dump_flag_info()
|
/linux-6.6.21/include/uapi/linux/netfilter/ |
D | xt_sctp.h | 32 struct xt_sctp_flag_info flag_info[XT_NUM_SCTP_FLAGS]; member
|
/linux-6.6.21/drivers/net/wireless/ath/ath11k/ |
D | wmi.h | 4447 u32 flag_info; member 4501 u32 flag_info; member
|
D | wmi.c | 5087 wmi_reg_rule[count].flag_info); in create_reg_rules_from_wmi() 5235 u32_get_bits(wmi_reg_rule[count].flag_info, in create_ext_reg_rules_from_wmi()
|
/linux-6.6.21/drivers/net/wireless/ath/ath12k/ |
D | wmi.h | 4013 __le32 flag_info; member
|
D | wmi.c | 4407 le32_get_bits(wmi_reg_rule[count].flag_info, in create_ext_reg_rules_from_wmi()
|