/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_ipip.c | 192 unsigned int type_check; in mlxsw_sp_ipip_decap_config_gre4() local 204 type_check = has_ikey ? in mlxsw_sp_ipip_decap_config_gre4() 217 type_check, has_ikey, daddr4, ikey); in mlxsw_sp_ipip_decap_config_gre4() 407 unsigned int type_check; in mlxsw_sp_ipip_decap_config_gre6() local 418 type_check = has_ikey ? in mlxsw_sp_ipip_decap_config_gre6() 430 type_check, has_ikey, in mlxsw_sp_ipip_decap_config_gre6()
|
H A D | reg.h | 8609 unsigned int type_check, bool gre_key_check, in mlxsw_reg_rtdp_ipip_pack() 8614 mlxsw_reg_rtdp_ipip_type_check_set(payload, type_check); in mlxsw_reg_rtdp_ipip_pack() 8622 unsigned int type_check, bool gre_key_check, in mlxsw_reg_rtdp_ipip4_pack() 8625 mlxsw_reg_rtdp_ipip_pack(payload, irif, sip_check, type_check, in mlxsw_reg_rtdp_ipip4_pack() 8633 unsigned int type_check, bool gre_key_check, in mlxsw_reg_rtdp_ipip6_pack() 8636 mlxsw_reg_rtdp_ipip_pack(payload, irif, sip_check, type_check, in mlxsw_reg_rtdp_ipip6_pack() 8607 mlxsw_reg_rtdp_ipip_pack(char *payload, u16 irif, enum mlxsw_reg_rtdp_ipip_sip_check sip_check, unsigned int type_check, bool gre_key_check, u32 expected_gre_key) mlxsw_reg_rtdp_ipip_pack() argument 8620 mlxsw_reg_rtdp_ipip4_pack(char *payload, u16 irif, enum mlxsw_reg_rtdp_ipip_sip_check sip_check, unsigned int type_check, bool gre_key_check, u32 ipv4_usip, u32 expected_gre_key) mlxsw_reg_rtdp_ipip4_pack() argument 8631 mlxsw_reg_rtdp_ipip6_pack(char *payload, u16 irif, enum mlxsw_reg_rtdp_ipip_sip_check sip_check, unsigned int type_check, bool gre_key_check, u32 ipv6_usip_ptr, u32 expected_gre_key) mlxsw_reg_rtdp_ipip6_pack() argument
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_ipip.c | 153 unsigned int type_check; in mlxsw_sp_ipip_fib_entry_op_gre4_rtdp() local 165 type_check = has_ikey ? in mlxsw_sp_ipip_fib_entry_op_gre4_rtdp() 178 type_check, has_ikey, daddr4, ikey); in mlxsw_sp_ipip_fib_entry_op_gre4_rtdp()
|
H A D | reg.h | 7854 unsigned int type_check, bool gre_key_check, in mlxsw_reg_rtdp_ipip4_pack() 7859 mlxsw_reg_rtdp_ipip_type_check_set(payload, type_check); in mlxsw_reg_rtdp_ipip4_pack() 7852 mlxsw_reg_rtdp_ipip4_pack(char *payload, u16 irif, enum mlxsw_reg_rtdp_ipip_sip_check sip_check, unsigned int type_check, bool gre_key_check, u32 ipv4_usip, u32 expected_gre_key) mlxsw_reg_rtdp_ipip4_pack() argument
|
/kernel/linux/linux-6.6/fs/smb/server/ |
H A D | smbacl.h | 210 bool type_check, bool get_write);
|
H A D | smbacl.c | 1383 bool type_check, bool get_write) in set_info_sec() 1437 if (type_check && !(le16_to_cpu(pntsd->type) & DACL_PRESENT)) in set_info_sec() 1381 set_info_sec(struct ksmbd_conn *conn, struct ksmbd_tree_connect *tcon, const struct path *path, struct smb_ntsd *pntsd, int ntsd_len, bool type_check, bool get_write) set_info_sec() argument
|
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/aicasm/ |
H A D | aicasm_gram.y | 100 static void type_check(symbol_ref_t *sym, expression_t *expression, int and_op); 1383 type_check(&$2, &$4, AIC_OP_OR); 1661 type_check(dest, immed, opcode); 1854 type_check(symbol_ref_t *sym, expression_t *expression, int opcode)
|
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/aicasm/ |
H A D | aicasm_gram.y | 99 static void type_check(symbol_ref_t *sym, expression_t *expression, int and_op); 1382 type_check(&$2, &$4, AIC_OP_OR); 1660 type_check(dest, immed, opcode); 1853 type_check(symbol_ref_t *sym, expression_t *expression, int opcode)
|